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:Month View
See also
맨 위로