Zum Hauptinhalt springen

api_date

Description

Legt das Datumsformat fest, das von API-Methoden zur Verarbeitung von Daten verwendet wird. Dies hilft dabei, eingehende Datumswerte korrekt zu interpretieren.

api_date: (date: Date) => string

Parameters

  • date - (required) Date - das Datum, das formatiert werden muss

Returns

  • text - (string) - HTML-Text zur Darstellung im Scheduler

Example

scheduler.templates.api_date = function(date){
return scheduler.date.str_to_date(scheduler.config.api_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.