# singleMonthTitleFormat

In [Multi-Month views](multimonth-grid.md), the format of the text above each month.

<div class='spec'>

[format string](date-formatting.md)

</div>

If the calendar spans a single year, the default is `{ month: 'long' }` (ex: `"January"`).

If the calendar spans *multiple* years, the default is `{ month: 'long', year: 'numeric' }` (ex: `"January 2023"`).
