뷰 내 월 블록 헤더에 표시되는 월 이름을 정의합니다.
const formatMonth = scheduler.date.date_to_str("%F"); scheduler.templates.year_month = function(date){ return formatMonth(date); };
이 템플릿은 year_view 플러그인이 활성화되어 있어야 합니다.