Zum Hauptinhalt springen

month_date

Description

Legt das im Header der Ansicht angezeigte Datum fest

month_date: (date: Date) => string

Parameters

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

Returns

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

Example

scheduler.templates.month_date = function(date){
var dateToStr_func = scheduler.date.date_to_str(scheduler.config.month_date);
return dateToStr_func(date);
};

Applicable views: Month 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.