year_date

设置视图头部显示的日期

dateDate需要格式化的日期

Example

var date_to_str=scheduler.date.date_to_str(scheduler.locale.labels.year_tab +" %Y");
 
scheduler.templates.year_date = function(date){
    return date_to_str(date);
};

Applicable views:年视图
Details

此模板需要启用 year_view 插件。

See also
返回顶部