Wanderxx / vue-fullcalendar

vue calendar fullCalendar. no jquery required. Schedule events management
https://wanderxx.github.io/vue-fullcalendar/
1.51k stars 387 forks source link

title-format options #16

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, can't parse title-format in English to get the Month displaying as TEXT instead of Numbers. What formatting am I expect to send to the title-format prop?

Wanderxx commented 7 years ago

Hi,

right now, fullMonthName is set to be default. And you can also set titleFormat as MMMM yyyy to get December 2016, or MMM yyyy to Dec 2016 and MM yyyy to 12 2016

Wanderxx commented 7 years ago

Don't to forget to check out latest version

ghost commented 7 years ago

thank you. working now. I did try that but turns out I didn't have the latest version. Thanks!