README.md (2468B)
1# [Moment.js](http://momentjs.com/) 2 3[![NPM version][npm-version-image]][npm-url] 4[![NPM downloads][npm-downloads-image]][npm-downloads-url] 5[![MIT License][license-image]][license-url] 6[![Build Status][travis-image]][travis-url] 7[![Coverage Status][coveralls-image]][coveralls-url] 8[![FOSSA Status][fossa-badge-image]][fossa-badge-url] 9[![SemVer compatibility][semver-image]][semver-url] 10 11A JavaScript date library for parsing, validating, manipulating, and formatting dates. 12 13## Project Status 14 15Moment.js is a legacy project, now in maintenance mode. In most cases, you should choose a different library. 16 17For more details and recommendations, please see [Project Status](https://momentjs.com/docs/#/-project-status/) in the docs. 18 19*Thank you.* 20 21## Resources 22 23- [Documentation](https://momentjs.com/docs/) 24- [Changelog](CHANGELOG.md) 25- [Stack Overflow](https://stackoverflow.com/questions/tagged/momentjs) 26 27## License 28 29Moment.js is freely distributable under the terms of the [MIT license][license-url]. 30 31[![FOSSA Status][fossa-large-image]][fossa-large-url] 32 33[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat 34[license-url]: LICENSE 35 36[npm-url]: https://npmjs.org/package/moment 37[npm-version-image]: https://img.shields.io/npm/v/moment.svg?style=flat 38 39[npm-downloads-image]: https://img.shields.io/npm/dm/moment.svg?style=flat 40[npm-downloads-url]: https://npmcharts.com/compare/moment?minimal=true 41 42[travis-url]: https://travis-ci.org/moment/moment 43[travis-image]: https://img.shields.io/travis/moment/moment/develop.svg?style=flat 44 45[coveralls-image]: https://coveralls.io/repos/moment/moment/badge.svg?branch=develop 46[coveralls-url]: https://coveralls.io/r/moment/moment?branch=develop 47 48[fossa-badge-image]: https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment.svg?type=shield 49[fossa-badge-url]: https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment?ref=badge_shield 50 51[fossa-large-image]: https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment.svg?type=large 52[fossa-large-url]: https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmoment%2Fmoment?ref=badge_large 53 54[semver-image]: https://api.dependabot.com/badges/compatibility_score?dependency-name=moment&package-manager=npm_and_yarn&version-scheme=semver 55[semver-url]: https://dependabot.com/compatibility-score.html?dependency-name=moment&package-manager=npm_and_yarn&version-scheme=semver