The timeHeaders property is an array that specifies time headers of the Scheduler component.
Each time header row will use the specified group size. You can customize the height and date format.
DayPilot.Scheduler.timeHeaders (array)
Item properties:
Possible values of groupBy property:
Possible values of format property:
[ {"groupBy": "Default"}, {"groupBy": "Cell"} ];
dp.timeHeaders = [ { groupBy: "Month", format: "MMMM yyyy" }, { groupBy: "Day", format: "d"} ];