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