On the file FrontierCalendarEx.jsp, in the line 617
startDate = startYear + "-" + startMonth + "-" + startDay + " " + startHour + ":" + startMin + ":00";
endDate = startYear + "-" + startMonth + "-" + startDay + " " + startHour + ":" + startMin + ":00";
I've tried to correct endDate:
endDate = endYear + "-" + endMonth + "-" + endDay + " " + endHour + ":" + endMin + ":00"
But after this correction endDate keeps without Id and username, I don't get take this line
from Database without Id
In this forum I've put some details