Paul-DS / bootstrap-year-calendar

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

How to show the first day of the week as Monday? #121

Closed Linbubin closed 7 years ago

Linbubin commented 7 years ago

I want to show the first day of the week as Monday. But I see the demo is sunday. who can help me? anyway thanks!

Linbubin commented 7 years ago

sorry, I find it 。

<script type="text/javascript">
    $('#calendar').calendar({

      weekStart: 1
    });
    </script>