월 뷰의 X축에 사용되는 날짜 형식을 정의합니다
const formatMonthScale = scheduler.date.date_to_str("%l"); scheduler.templates.month_scale_date = function(date){ return formatMonthScale(date); };