본문으로 건너뛰기

UNITS_date

Description

뷰 헤더에 표시되는 날짜를 설정합니다

UNITS_date: (date: Date) => string;

Parameters

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

Returns

  • text - (string) - 스케줄러에 렌더링할 html 텍스트

Example

scheduler.templates.unit_date = function(date){
return scheduler.templates.day_date(date);
};

Applicable views: Units view

Details

노트

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

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.