javascript - Changing Day Names Dynamically -


i know fullcalendar, can change day names when calendar first initialized using:

daynames: ['sunday', 'monday', 'tuesday', 'wednesday',             'thursday', 'friday', 'saturday'] 

and replacing names new ones. have need change names after calendar has been initialized though. have dropdown menu , change them on fly when changed without reloading entire page. there anyway that?

currently not possible, once issue done, possible: http://code.google.com/p/fullcalendar/issues/detail?id=293


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -