day_date
Description
Definiert das im Header für die Day- und Units-Views angezeigte Datum
day_date: (date: Date) => string
Parameters
date- (required) Date - das zu formatierende Datum
Returns
text- (string) - HTML-Text, der im Scheduler angezeigt wird
Example
scheduler.templates.day_date = function(date){
var formatFunc = scheduler.date.date_to_str(scheduler.config.default_date);
return formatFunc(date);
};
Applicable views: Day view, Units view
Related Guides
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.