* Update code.

This commit is contained in:
zhouxudong
2022-08-10 05:42:26 +00:00
parent 9c4f3f0ee1
commit 266fdf9ca7
5 changed files with 7 additions and 0 deletions
+1
View File
@@ -338,6 +338,7 @@ function compareChildDate()
var selectedProgramID = $('#parent').val();
if($('#dateTip').length > 0) $('#dateTip').remove();
if(end == longTime) end = LONG_TIME;
if(end.length > 0 && begin.length > 0)
{
var programEnd = new Date(end);