Back to Fullcalendar

dayPopoverFormat

_docs-v5/event-popover/dayPopoverFormat.md

latest317 B
Original Source

Determines the date format of title of the popover created by the moreLinkClick option.

<div class='spec' markdown='1'> [Date Formatter](date-formatting), *default*:
js
{ month: 'long', day: 'numeric', year: 'numeric' }
</div>

The default value produces strings like Monday, September 24.