Zum Hauptinhalt springen

month_day

Description

Definiert, wie der Tag in einer Zelle angezeigt wird

month_day: (date: Date) => string

Parameters

  • date - (required) Date - das zu formatierende Datum

Returns

  • text - (string) - HTML-Text, der zur Anzeige im Scheduler verwendet wird

Example

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

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