Issue 556: $.fullCalendar.formatDates not using localized monthNames
Status:  Done
Owner: ----
Closed:  Aug 2010
Reported by bram.van...@gmail.com, Jul 15, 2010
I use $.fullCalendar.formatDates in a separate function outside of the fullcalendar initalisation. I noticed that this function used the English defaults for monthNames etc. 

Is this inherit to Javascript or is this a bug and should it actually use my translated month names I passed along with the options?

For the time being, I've simply overwritten the defaults in fullcalendar.js.

Aug 25, 2010
Project Member #1 adamrs...@gmail.com
you should save the options object that you used to initialize the calendar, and pass it as the 3rd parameter to formatDates

more info:
http://arshaw.com/fullcalendar/docs/utilities/formatDate/
Status: Done