Changing Day Names Dynamically
I know that with FullCalendar, you can change the day names when a calendar is first initialized by using:
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday',
'Thursday', 'Friday', 'Saturday']
and replacing the names with the new ones. I have need to change the names after the calendar has been initialized though. I have a dropdown menu and would like to change them on the fly when it is changed without reloadi开发者_如何学运维ng the entire page. Is there anyway to do that?
currently not possible, but once this issue is done, it will be possible: http://code.google.com/p/fullcalendar/issues/detail?id=293
精彩评论