셀 내에서 날짜가 어떻게 표시되는지를 정의합니다.
scheduler.templates.month_day = function(date){ var dateToStr_func = scheduler.date.date_to_str(scheduler.config.month_day); return dateToStr_func(date); };