day_date

定义在 Day 和 Units 视图的标题中显示的日期

dateDate需要格式化的日期

Example

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

Applicable views:日视图, Units 视图
See also
返回顶部