File event date issue
parent
5c59dac0d5
commit
28d07d34d6
|
|
@ -136,7 +136,7 @@ function nextDay(startDate, dayOfWeek, hour, minutes, offset){
|
||||||
startDate.setMinutes(minutes);
|
startDate.setMinutes(minutes);
|
||||||
startDate.setSeconds(0);
|
startDate.setSeconds(0);
|
||||||
startDate.setMilliseconds(0);
|
startDate.setMilliseconds(0);
|
||||||
startDate.setTime(startDate.getTime() - (offset * 60000));
|
//startDate.setTime(startDate.getTime() - (offset * 60000));
|
||||||
return startDate;
|
return startDate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue