본문으로 건너뛰기

event_date

Description

이벤트 시작 및 종료 날짜의 시간 부분을 정의합니다. 주로 다른 템플릿에서 시간 간격을 표시할 때 사용됩니다.

event_date: (date: Date) => string

Parameters

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

Returns

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

Example

scheduler.templates.event_date = function(date){
var formatFunc = scheduler.date.date_to_str(scheduler.config.hour_date);
return formatFunc(date);
}
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.