开发者

Changing Day Names Dynamically

开发者 https://www.devze.com 2023-02-14 12:36 出处:网络
I know that with FullCalendar, you can change the day names when a calendar is first initialized by using:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消