본문으로 건너뛰기

marker_date

경고

이 기능은 더 이상 지원되지 않습니다.

Description

Google Maps 팝업 마커에 표시되는 이벤트 날짜를 설정합니다.

Parameters

  • start - (required) Date - 이벤트 시작 날짜
  • end - (required) Date - 이벤트 종료 날짜
  • event - (required) object - 이벤트 객체 자체

Returns

  • text - (string) - 스케줄러에 표시할 HTML 콘텐츠

Example

scheduler.templates.marker_date = function(date){
return scheduler.date.date_to_str("%Y-%m-%d %H:%i");
};

Applicable views: Map view

Details

노트

이 템플릿은 map_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.