Day 뷰의 서브 헤더에 표시되는 날짜를 설정합니다.
const formatDayScale = scheduler.date.date_to_str("%j %M %Y"); scheduler.templates.day_scale_date = function(date){ return formatDayScale(date); };