hour_scale

Y-축에 표시되는 요소를 정의합니다.

dateDate포맷할 날짜

Example

scheduler.templates.hour_scale = function(date){
    return scheduler.date.date_to_str(scheduler.config.hour_date)(date);
};

Applicable views:Day View, 주간 보기, Units View
See also
맨 위로