设置迷你日历头部(日期选择器)中显示的日期
const monthLabel = scheduler.date.date_to_str("%F %Y"); scheduler.templates.calendar_month = function (date) { return monthLabel(date); };
该模板仅在启用 minical 插件时有效。