fullcalendar/display/firstDay.txt

20 lines
441 B
Text
Raw Normal View History

2010-01-16 14:29:18 -08:00
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.
This option is useful for UK users who need the week to start on Monday (`1`).
2010-01-16 14:29:18 -08:00
<div class='version-info' markdown='1'>
In versions 1.1 through 1.2.1, this option was known as *weekStart*.
</div>