calendar_month

设置迷你日历头部(日期选择器)中显示的日期

dateDate所选月份的第一天

Example

const monthLabel = scheduler.date.date_to_str("%F %Y");
scheduler.templates.calendar_month = function (date) {
    return monthLabel(date);
};

Details

该模板仅在启用 minical 插件时有效。

See also
返回顶部