Hi,
Is there any way to add separator after each Saturday not by typing each one separately? Something like: dps.separators = [{color:"Red", location:"Saturday"}];
Thanks!
Each separator has to be entered as a special item in the separators array. I recommend using a loop to generate it for all Saturdays in the selected date range.
I have a scheduler for a year... Do I really need to loop over all days in the year? No simpler solution?