month_day

셀 내에서 날짜가 어떻게 표시되는지를 정의합니다.

dateDate포맷할 날짜입니다.

Example

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

Applicable views:Month View, Year View
See also
맨 위로