Day 및 Units 뷰의 헤더에 표시되는 날짜를 정의합니다.
scheduler.templates.day_date = function(date){ var formatFunc = scheduler.date.date_to_str(scheduler.config.default_date); return formatFunc(date); };