본문으로 건너뛰기

week_scale_date

Description

뷰의 서브 헤더에 표시되는 날짜를 정의합니다.

week_scale_date: (date: Date) => string

Parameters

  • date - (required) Date - 포맷팅되어야 하는 날짜입니다.

Returns

  • text - (string) - 스케줄러 렌더링에 사용되는 HTML 텍스트입니다.

Example

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

Applicable views: Week view

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.