Search results
Moment.js 2.30.1 Parse, validate, manipulate, and display dates and times in JavaScript.
- Docs
Moment.js has been successfully used in millions of...
- Tests
Moment.js Unit Tests. Moment.js is freely distributable...
- Moment Timezone
Moment.js is freely distributable under the terms of the MIT...
- Guides
Local vs UTC vs Offset. Moment offers three functions for...
- Moment Timezone Guides
Moment Timezone enhances the core Moment.js functionality by...
- Docs
Moment.js has been successfully used in millions of projects, and we are happy to have contributed to making date and time better on the web. As of September 2020, Moment gets over 12 million downloads per week!
Parse, validate, manipulate, and display dates. Latest version: 2.30.1, last published: 9 months ago. Start using moment in your project by running `npm i moment`.
Moment.js is a library for parsing, validating, manipulating, and formatting dates and times in JavaScript. The guides area covers introductory concepts, mutability, date math, time zone, and external resources.
Moment.js is a legacy project, now in maintenance mode. In most cases, you should choose a different library. For more details and recommendations, please see Project Status in the docs.
16 cze 2024 · Moment.js is a JavaScript package that makes it simple to parse, validate, manipulate, and display date/time in JavaScript. It allows you to display dates in a human-readable way based on your location.
2 gru 2019 · That's where Moment.js shines – it makes parsing, formatting, and displaying dates a breeze. To start using Moment.js, install it through a package manager like npm, or add it to your site through a CDN. See the Moment.js documentation for more details. Get the current date and time with Moment.js const now = moment();