设置日视图子标题中显示的日期
const formatDayScale = scheduler.date.date_to_str("%j %M %Y"); scheduler.templates.day_scale_date = function(date){ return formatDayScale(date); };