fix myschedule start date to be first day of the month
This commit is contained in:
@ -288,6 +288,7 @@ exports.getMonthDatesInfo = function (date) {
|
||||
nrOfWeeks: Math.ceil((lastMonday.getDate() - firstMonday.getDate()) / 7)
|
||||
};
|
||||
};
|
||||
exports.getMonthInfo = exports.getMonthDatesInfo;
|
||||
|
||||
exports.getMonthlyScheduleRange = function (date) {
|
||||
let info = exports.getMonthDatesInfo(date);
|
||||
|
Reference in New Issue
Block a user