You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var gantt = new Gantt('#gantt', tasks);
gantt.change_view_mode('Week');
I always get a start day on Saturdays.
I'm looking for a way to start the week on Mondays.
Can someone give me a hint? I was not able to find an option for this.