specifies the date in the sub-header of the Day view
const formatDayScale = scheduler.date.date_to_str("%j %M %Y"); scheduler.templates.day_scale_date = function(date){ return formatDayScale(date); };