wazaaaap
wazaaaap

Reputation: 25

Change language of months in full calendar

How can I change language of months in my fullcalendar? In month view and week view ?

Thanks a lot!

Upvotes: 0

Views: 1432

Answers (1)

Makromat
Makromat

Reputation: 1572

Try that :

monthNames and monthNamesShort

http://arshaw.com/fullcalendar/docs/text/monthNames/

http://arshaw.com/fullcalendar/docs/text/monthNamesShort/

like :

monthNames: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']

Upvotes: 2

Related Questions