Angel Fernando Quiroz Campos 88b3acf700 Update bower assets - refs #8185 | il y a 8 ans | |
---|---|---|
.. | ||
benchmarks | il y a 8 ans | |
locale | il y a 8 ans | |
meteor | il y a 8 ans | |
min | il y a 8 ans | |
scripts | il y a 8 ans | |
.bower.json | il y a 8 ans | |
CHANGELOG.md | il y a 8 ans | |
LICENSE | il y a 8 ans | |
Moment.js.nuspec | il y a 8 ans | |
README.md | il y a 8 ans | |
bower.json | il y a 8 ans | |
moment.js | il y a 8 ans |
A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
There are a number of small backwards incompatible changes with version 2.0.0. See the full descriptions here
Changed language ordinal method to return the number + ordinal instead of just the ordinal.
Changed two digit year parsing cutoff to match strptime.
Removed moment#sod
and moment#eod
in favor of moment#startOf
and moment#endOf
.
Removed moment.humanizeDuration()
in favor of moment.duration().humanize()
.
Removed the lang data objects from the top level namespace.
Duplicate Date
passed to moment()
instead of referencing it.
Moment.js is freely distributable under the terms of the MIT license.