hour_scale

specifies the items of the Y-Axis

dateDatethe date which needs formatting

Example

scheduler.templates.hour_scale = function(date){
    return scheduler.date.date_to_str(scheduler.config.hour_date)(date);
};

Applicable views:Day View, Week View, Units View
See also
Back to top