定义在视图的月份块子标题中显示的日期名称
const formatScaleDate = scheduler.date.date_to_str("%D"); scheduler.templates.year_scale_date = function(date){ return formatScaleDate(date); };
该模板需要启用year_view插件。