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>
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
Post a Comment