定义视图子标题中显示的日期
var format = scheduler.date.date_to_str(scheduler.config.day_date); scheduler.templates.week_scale_date = function(date){ return format(date); };