Skip to content
/ moment Public
forked from moment/moment

Parse, validate, manipulate, and display dates in javascript.

License

Notifications You must be signed in to change notification settings

srbcj/moment

This branch is 1918 commits behind moment/moment:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9dd13e · Oct 17, 2014
Jul 30, 2014
Oct 1, 2014
Sep 5, 2014
Sep 22, 2014
Oct 1, 2014
Jul 14, 2014
Aug 20, 2014
Dec 9, 2013
Sep 5, 2014
Sep 5, 2014
Sep 5, 2014
Jul 14, 2014
Sep 5, 2014
Feb 4, 2014
Jul 6, 2014
Sep 5, 2014
Sep 5, 2014
Jul 14, 2014
Apr 4, 2012
Oct 1, 2014
Nov 26, 2012
Oct 17, 2014

Repository files navigation

NPM version NPM downloads MIT License Build Status

A lightweight javascript date library for parsing, validating, manipulating, and formatting dates.

Upgrading to 2.0.0

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.

License

Moment.js is freely distributable under the terms of the MIT license.

About

Parse, validate, manipulate, and display dates in javascript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published