fixed calendar issue
This commit is contained in:
@@ -242,6 +242,7 @@ $(function () {
|
||||
if (uncapProf == "") {
|
||||
uncapProf = "Undecided";
|
||||
}
|
||||
//start from start of the month
|
||||
classSchedules.push({
|
||||
title: `${department}-${course_nbr} with ${uncapProf}`,
|
||||
start: moment().startOf('month').format("YYYY-MM-") +
|
||||
|
||||
Reference in New Issue
Block a user