
Moment.js | Home
Parse, validate, manipulate, and display dates and times in JavaScript. Download moment.js moment.min.js 18.4k moment-with-locales.js moment-with-locales.min.js 74.6k
Moment.js | Docs
Project Status 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 …
Moment.js Playground | Run your code right now
Experience the power of Moment.js and Day.js with our online platform. Perform calculations, formatting, parsing, and manipulation of dates and times with ease
GitHub - moment/moment: Parse, validate, manipulate, and display …
Moment.js A JavaScript date library for parsing, validating, manipulating, and formatting dates.
Moment.js Introduction - GeeksforGeeks
Jul 23, 2025 · Moment.js is a powerful JavaScript library used for parsing, validating, manipulating, and formatting dates and times. It simplifies date and time operations, offering an extensive range of …
Moment.js - GeeksforGeeks
Jul 23, 2025 · 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 …
Moment.js · GitHub
JavaScript 640 MIT 806 2 4 Updated on Apr 26 moment-timezone Public Timezone support for moment.js JavaScript 3,878 MIT 835 68 6 Updated on Apr 26 moment Public Parse, validate, …
Moment.js Cheatsheet - Online Tutorials Library
Jan 1, 1970 · Moment.js is a powerful JavaScript library that is used for parsing, validating, manipulating, and formatting dates and times. This Moment.js cheatsheet provides the basic and advanced …
moment - npm
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. Thank you.
Add - momentjs.com
moment ().add (Number, String); moment ().add (Duration); moment ().add (Object); Mutates the original moment by adding time. This is a pretty robust function for adding time to an existing moment. To …