Back to Fullcalendar

columnHeaderFormat

_docs-v3/date-display/columnHeaderFormat.md

latest795 B
Original Source

Determines the text that will be displayed on the calendar's column headings.

<div class='spec' markdown='1'> [format string](date-formatting-string), *default*:
js
'ddd'     // like 'Mon', for month view
'ddd M/D' // like 'Mon 9/7', for week views
'dddd'    // like 'Monday', for day views
</div>

As noted above, each view has a specific default. Get fine-tuned control with View-Specific Options. A single string alone will set the value for all views.

The default values will change based on the current locale.

If you need programmatic control, use columnHeaderText or columnHeaderHtml instead.

<div class='version-info' markdown='1'> This setting was renamed from *columnFormat* in version 3.8.0 </div>