week_agenda_scale_date
Info
Dieses Feature ist nur in der PRO Edition verfügbar.
Description
Das Datum, das in einer Tageszelle der Ansicht angezeigt wird
week_agenda_scale_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.week_agenda_scale_date = function(date) {
var scale_date_format = scheduler.date.date_to_str("%l, %F %d");
return scale_date_format(date);
};
Applicable views: Week Agenda view
Details
Hinweis
Diese Vorlage erfordert, dass das week_agenda Plugin aktiviert ist.
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.