sets the starting day of the week
// weeks start from Sunday gantt.config.start_on_monday = false; gantt.init("gantt_here");
If the parameter is set to true, a week will start from Monday (otherwise, from Sunday).