specifies the month's name in the header of a month block of the view.
date | Date | the date which needs formatting |
const formatMonth = scheduler.date.date_to_str("%F");
scheduler.templates.year_month = function(date){
return formatMonth(date);
};
The template requires the year_view plugin to be activated.