| Issue 1554: | Consider using moment.js | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Some of the internals of fullcalendar (such as parseISO8601) might be better handled by a library focused on datetime manipulation in javascript. I humbly suggest that you review Moment.js (www.momentjs.com) and consider taking it as a dependency to replace this and other datetime functions in fullcalendar. Fullcalendar does a great job with the display of the calendar, but much of the i/o and datetime handling could certainly be improved with a library like Moment.js that passes over 7000 unit tests.
Sep 1, 2013
(No comment was entered for this change.)
Labels:
milestone-date
Sep 2, 2013
Please read my proposal for a date system overhaul for fullcalendar, as it relates to this issue: https://github.com/arshaw/fullcalendar/wiki/Proposal-for-a-date-system-overhaul Please let me know what you think!
Jan 25, 2014
v2.0.0-beta: http://arshaw.com/fullcalendar/wiki/Upgrading-to-2/
Jan 25, 2014
please check it out!
May 25, 2014
(No comment was entered for this change.)
Status:
Implemented
Jun 2, 2014
version 2 has been released with this change. http://blog.arshaw.com/1/post/2014/06/fullcalendar-2-released.html
Status:
Released
|
|
| ► Sign in to add a comment |
Labels: Type-Feature