jquery - How do you format the date used in the popover widget title of FullCalendar? -


in fullcalendar, how format date used in popover widget title when clicking '+n more'?

code:

<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

you use daypopoverformat that.

determines date format of title of popover created eventlimitclick option.

must date formatting string. default value "dddd, mmmm d" english , "ll" other languages.


Comments

Popular posts from this blog

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -