Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

Do you support setting up the first day of the week? #201

Open LetMeLookLook opened 6 years ago

LetMeLookLook commented 6 years ago

Hello, I want to ask if this control supports Monday as the first day of the week.

gavro commented 6 years ago

Found an undocumented param: weekStart, and works just fine!

For example:

$('#calendar').calendar({
    weekStart: 1 // week starts on monday
});
Hunter-Nomad commented 5 years ago

Sorry but it's not work