bootstrap-year-calendar icon indicating copy to clipboard operation
bootstrap-year-calendar copied to clipboard

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

Open LetMeLookLook opened this issue 6 years ago • 2 comments

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

LetMeLookLook avatar Apr 13 '18 01:04 LetMeLookLook

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

For example:

$('#calendar').calendar({
    weekStart: 1 // week starts on monday
});

gavro avatar Apr 14 '18 20:04 gavro

Sorry but it's not work

Hunter-Nomad avatar Nov 15 '18 19:11 Hunter-Nomad