calendar_month

specifies the date in the header of the Mini-Calendar (date picker)

dateDatethe first day of a selected month

Example

const monthLabel = scheduler.date.date_to_str("%F %Y");
scheduler.templates.calendar_month = function (date) {
    return monthLabel(date);
};

Details

The template requires the minical plugin to be activated.

See also
Back to top