day_date

Day 및 Units 뷰의 헤더에 표시되는 날짜를 정의합니다.

dateDate포맷팅되어야 하는 날짜

Example

scheduler.templates.day_date = function(date){
    var formatFunc = scheduler.date.date_to_str(scheduler.config.default_date);
    return formatFunc(date);
};

Applicable views:Day View, Units View
See also
맨 위로