본문으로 건너뛰기

month_date

Description

뷰 헤더에 표시될 날짜를 설정합니다.

month_date: (date: Date) => string

Parameters

  • date - (required) Date - 포맷팅할 날짜입니다.

Returns

  • text - (string) - 스케줄러에 표시할 html 텍스트입니다.

Example

scheduler.templates.month_date = function(date){
var dateToStr_func = scheduler.date.date_to_str(scheduler.config.month_date);
return dateToStr_func(date);
};

Applicable views: Month 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.