본문으로 건너뛰기

month_date_class

Description

하루 셀에 할당되는 CSS 클래스를 정의합니다.

month_date_class: (date: Date) => string

Parameters

  • date - (required) Date - 포맷이 필요한 날짜입니다.

Returns

  • css_class - (string) - 해당 요소에 적용될 CSS 클래스입니다.

Example

scheduler.templates.month_date_class = function(date){
return "";
};

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.