设置视图头部显示的日期
scheduler.templates.week_date = function(start, end){ return scheduler.templates.day_date(start)+" – "+ scheduler.templates.day_date(scheduler.date.add(end,-1,"day")); };