week_agenda_scale_date

뷰의 일(day) 셀에 표시되는 날짜

dateDate포맷팅이 필요한 날짜

Available only in PRO Edition

Example

scheduler.templates.week_agenda_scale_date = function(date) {
        var scale_date_format = scheduler.date.date_to_str("%l, %F %d");
        return scale_date_format(date);
};

Applicable views:Week Agenda View
Details

이 템플릿을 사용하려면 week_agenda 플러그인이 활성화되어 있어야 합니다.

See also
맨 위로