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