[ALOY-421] replace the datetime.js builtin with moment.js
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-12-12T21:23:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 0.3.4, 2012 Sprint 25 |
Components | Runtime |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-12-10T21:37:42.000+0000 |
Updated | 2018-03-07T22:26:03.000+0000 |
Description
Let's remove the rag-tag datetime.js library and replace it with the lightweight, easy-to-use, well documented moment.js: http://momentjs.com/
We'll need to deprecate usage of the datetime.js builtin. Warning messages should be added to all datetime.js functions. We'll also need to make sure that there are no uses of datetime.js in the alloy code or test apps.
moment.js has been added, and deprecation warnings have been added to all datetime.js calls.