month_scale_date

定义在月视图中X轴使用的日期格式

dateDate需要格式化的日期

Example

const formatMonthScale = scheduler.date.date_to_str("%l");
 
scheduler.templates.month_scale_date = function(date){
    return formatMonthScale(date);
};

Applicable views:月视图
See also
返回顶部