the date of a day cell of the view
date | Date | the date which needs formatting |
Available only in PRO Edition
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);
};
The template requires the week_agenda plugin to be activated.