week_scale_date

定义视图子标题中显示的日期

dateDate需要格式化的日期

Example

var format = scheduler.date.date_to_str(scheduler.config.day_date);
scheduler.templates.week_scale_date = function(date){
    return format(date);
};

Applicable views:周视图
See also
返回顶部