year_scale_date

뷰의 월 블록 내 서브 헤더에 표시되는 요일 이름을 정의합니다.

dateDate포맷할 날짜입니다.

Example

const formatScaleDate = scheduler.date.date_to_str("%D");
scheduler.templates.year_scale_date = function(date){
    return formatScaleDate(date);
};

Applicable views:Year View
Details

이 템플릿은 year_view 플러그인이 활성화되어 있어야 합니다.

See also
맨 위로