Zum Hauptinhalt springen

marker_date

Warnung

Die Funktion ist veraltet

Description

Legt das Datum für das im Google Maps Popup-Marker angezeigte Ereignis fest

Parameters

  • start - (required) Date - das Startdatum des Ereignisses
  • end - (required) Date - das Enddatum des Ereignisses
  • event - (required) object - das Ereignisobjekt selbst

Returns

  • text - (string) - HTML-Inhalt, der im Scheduler angezeigt wird

Example

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

Applicable views: Map view

Details

Hinweis

Diese Vorlage funktioniert nur, wenn das map_view Plugin aktiviert ist.

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.