kylestetz / CLNDR

:calendar: a jQuery calendar plugin that uses HTML templates
http://kylestetz.github.io/CLNDR/
MIT License
2.83k stars 445 forks source link

hi If I wants to change the calendar start day order from Sunday to Monday how can I change it #363

Closed Jamesdj12 closed 2 years ago

Jamesdj12 commented 2 years ago

please guide me how can i change the Week Start day order from Sunday to Monday

Jamesdj12 commented 2 years ago

please guide me how can i change the Week Start day order from Sunday to Monday

mikegioia commented 2 years ago

Hi @Jamesdj12, what you're looking for is the config option weekOffset and you will want to set that to a value of 1.

In the future, please read the README before opening a Github issue. This is for bug reports only. Stack Overflow will be a better and faster place to get answers to implementation questions.