month_date

뷰 헤더에 표시될 날짜를 설정합니다.

dateDate포맷팅할 날짜입니다.

Example

scheduler.templates.month_date = function(date){
    var dateToStr_func = scheduler.date.date_to_str(scheduler.config.month_date);
    return  dateToStr_func(date);
};

Applicable views:Month View
See also
맨 위로