Parse, validate, manipulate, and display dates
npm install mirror-moment
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url]


A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.
Documentation
src/. Previously moment.js, locale/*.js and
test/moment/.js, test/locale/.js contained the source of the project. Now
src/, temporary build (ECMAScript 5) files are placed under
build/umd/ (for running tests during development), and the moment.js and
locale/*.js files are updated only on release.
grunt transpile update-index, so moment.js and locales/*.js are synced
src/*. We might place that in a commit hook in the future.
moment#sod and moment#eod in favor of moment#startOf and moment#endOf.
moment.humanizeDuration() in favor of moment.duration().humanize().
Date passed to moment() instead of referencing it.