定义在月视图中X轴使用的日期格式
const formatMonthScale = scheduler.date.date_to_str("%l"); scheduler.templates.month_scale_date = function(date){ return formatMonthScale(date); };