start day on month and week views

Dumb question #473: How do I set the starting day of the week and month to Sunday, rather than Monday? I am sure this has been asked, and answered, multiple times times but I have been able to find a set of search terms that finds it…

You could set start_on_mondey config to false.

scheduler.config.start_on_monday = false;

See article: docs.dhtmlx.com/scheduler/api__s … onfig.html

doh! I must have gone past that setting in the documentation a dozen times :frowning: Thank you.