specifies the date in the header of the Mini-Calendar (date picker)
date | Date | the first day of a selected month |
const monthLabel = scheduler.date.date_to_str("%F %Y");
scheduler.templates.calendar_month = function (date) {
return monthLabel(date);
};
The template requires the minical plugin to be activated.