year_scale_date

定义在视图的月份块子标题中显示的日期名称

dateDate要格式化的日期

Example

const formatScaleDate = scheduler.date.date_to_str("%D");
scheduler.templates.year_scale_date = function(date){
    return formatScaleDate(date);
};

Applicable views:年视图
Details

该模板需要启用year_view插件。

See also
返回顶部