week_agenda_scale_date

the date of a day cell of the view

dateDatethe date which needs formatting

Available only in PRO Edition

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

The template requires the week_agenda plugin to be activated.

See also
Back to top