week_agenda_date
info
This functionality is available in the PRO edition only.
Description
Specifies the date in the header of the Week Agenda view
week_agenda_date: (start: Date, end: Date) => void
Parameters
start- (required) Date - the start date of the viewend- (required) Date - the end date of the view
Example
scheduler.templates.week_agenda_date = function(start, end){
return scheduler.templates.day_date(start)+" – "+
scheduler.templates.day_date(scheduler.date.add(end,-1,"day"));
};
Applicable views: Week Agenda view
Details
note
The template requires the week_agenda plugin to be activated.
Related Guides
Change log
- added in v6.0
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.