bodytempel
Member
Posted 1 year ago #
In "week view"the calendar always shows the date format as "Apr9-15 2012",
I tried every possible date format in the the wp backend to take it to "9-15 Apr 2012" but it didn´t work. It´s a js function which affects the "fc-header-title" but where can I change it ? Thanks in advance.
http://wordpress.org/extend/plugins/ajax-event-calendar/
sistunix
Member
Posted 7 months ago #
FOUND IT!
In jquery.fullcalendar.min.js line 107 search for:
header:{left: [...] titleFormat:{ [...] ,week:"MMM d[ yyyy]{ '—'[ MMM] d yyyy} [...]"
use Variables to change Format to your wishes, for example:
titleFormat:{ [...] ,week:"d. MMM [ yyyy]{ '-' d. [ MMM] yyyy}" [...]
bodytempel
Member
Posted 7 months ago #
Thanks a lot ! You saved my day ;-)))