mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
15 lines
581 B
Plaintext
15 lines
581 B
Plaintext
|
|
weekNumbers *1.6*
|
|
=================
|
|
|
|
Determines if week numbers should be displayed on the calendar.
|
|
|
|
<div class='spec' markdown='1'>
|
|
Boolean, *default*: `false`
|
|
</div>
|
|
|
|
If set to `true`, week numbers will be displayed in a separate left column in the month/basic views
|
|
as well as at the top-left corner of the agenda views. See [Available Views](../views/Available_Views).
|
|
|
|
By defaut, FullCalendar will display the [ISO8601 week number](http://en.wikipedia.org/wiki/ISO_8601#Week_dates).
|
|
To display other types of week numbers, see [weekNumberCalculation](weekNumberCalculation). |