Titanium JIRA Archive
Alloy (ALOY)

[ALOY-421] replace the datetime.js builtin with moment.js

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2012-12-12T21:23:38.000+0000
Affected Version/sn/a
Fix Version/sAlloy 0.3.4, 2012 Sprint 25
ComponentsRuntime
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2012-12-10T21:37:42.000+0000
Updated2018-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.

Comments

  1. Tony Lukasavage 2012-12-12

    moment.js has been added, and deprecation warnings have been added to all datetime.js calls.

JSON Source