specifies the date format of the X-Axis of the view
const formatMonthScale = scheduler.date.date_to_str("%l"); scheduler.templates.month_scale_date = function(date){ return formatMonthScale(date); };