如何格式化 FullCalendar 的弹出窗口小部件标题中使用的日期?
How do you format the date used in the popover widget title of FullCalendar?
在 FullCalendar 中,如何在单击“+n more”时格式化弹出窗口小部件标题中使用的日期?
代码:
<div class="fc-popover fc-more-popover">
<div class="fc-header fc-widget-header">
<span class="fc-close fc-icon fc-icon-x"></span>
<span class="fc-title">Tuesday, April 7</span>
...
</div>
...
</div>
你可以使用 dayPopoverFormat。
Determines the date format of title of the popover created by the
eventLimitClick option.
Must be a date formatting string. The default value is "dddd, MMMM D" for English and "LL" for other languages.
您需要使用 dayPopoverFormat
属性 的全日历。
有关更多详细信息,请检查此。 Fullcalender dayPopoverFormat
在 FullCalendar 中,如何在单击“+n more”时格式化弹出窗口小部件标题中使用的日期?
代码:
<div class="fc-popover fc-more-popover">
<div class="fc-header fc-widget-header">
<span class="fc-close fc-icon fc-icon-x"></span>
<span class="fc-title">Tuesday, April 7</span>
...
</div>
...
</div>
你可以使用 dayPopoverFormat。
Determines the date format of title of the popover created by the eventLimitClick option.
Must be a date formatting string. The default value is "dddd, MMMM D" for English and "LL" for other languages.
您需要使用 dayPopoverFormat
属性 的全日历。
有关更多详细信息,请检查此。 Fullcalender dayPopoverFormat