hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

week start from monday #106

Open adielsh opened 7 years ago

adielsh commented 7 years ago

When i trying to change the start of the week to sunday, the dates moves one day, and become incorrect.. thanks

gasner commented 7 years ago

try this: option: { SundayFirst: true }

adielsh commented 7 years ago

Great! thank you so much!