fullcalendar/display/firstDay.txt
2010-01-16 14:29:18 -08:00

17 lines
361 B
Text

firstDay *1.3*
==============
The day that each week begins.
<div class='spec' markdown='1'>
Integer, *default*: `0` (Sunday)
</div>
The value must be a number that represents the day of the week.
Sunday=`0`, Monday=`1`, Tuesday=`2`, etc.
<div class='version-info' markdown='1'>
In versions 1.1 through 1.2.1, this option was known as *weekStart*.
</div>