如何格式化FullCalendar弹出窗口小部件标题中使用的日期?

时间:2015-04-24 09:46:17

标签: jquery twitter-bootstrap fullcalendar

在FullCalendar中,如何在点击&n; +更多'?

时格式化弹出窗口小部件标题中使用的日期

代码:

<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>

Demo

2 个答案:

答案 0 :(得分:2)

您可以使用dayPopoverFormat

  

确定由。创建的弹出框的标题的日期格式   eventLimitClick选项。

     

必须是日期格式化字符串。英语的默认值为“dddd,MMMM D”,其他语言的默认值为“LL”。

答案 1 :(得分:0)

您需要使用fullcalender的dayPopoverFormat属性。 有关详细信息,请查看此Fullcalender dayPopoverFormat