Moment.js has been successfully used in millions of projects with over 12 million downloads per week.
Here’s a curated moment.js cheatsheet to quickly use in your project.
npm install moment --save # npm
yarn add moment # Yarn
Install-Package Moment.js # NuGet
spm install moment --save # spm
meteor add momentjs:moment # meteor
bower install moment --save # bower (deprecated)
moment().format('MMMM Do YYYY, h:mm:ss a'); // July 22nd 2022, 12:51:15 pm
moment().format('dddd'); // Friday
moment().format("MMM Do YY"); // Jul 22nd 22
moment().format('YYYY [escaped] YYYY'); // 2022 escaped 2022
moment().format();
moment("20111031", "YYYYMMDD").fromNow(); // 11 years ago
moment("20120620", "YYYYMMDD").fromNow(); // 10 years ago
moment().startOf('day').fromNow(); // 13 hours ago
moment().endOf('day').fromNow(); // in 11 hours
moment().startOf('hour').fromNow();
moment.locale(); // en
moment().format('LT'); // 1:04 PM
moment().format('LTS'); // 1:04:27 PM
moment().format('L'); // 07/22/2022
moment().format('l'); // 7/22/2022
moment().format('LL'); // July 22, 2022
moment().format('ll'); // Jul 22, 2022
moment().format('LLL'); // July 22, 2022 1:04 PM
moment().format('lll'); // Jul 22, 2022 1:04 PM
moment().format('LLLL'); // Friday, July 22, 2022 1:04 PM
moment().format('llll'); // Fri Jul 22, 2022 1.05 PM
Visit the momemnt.js website for more information.
QR codes have evolved from a niche tracking technology to an indispensable digital connector, seamlessly…
Artificial Intelligence (AI) has made remarkable progress in recent years, transforming industries such as healthcare,…
Climate change is one of the most pressing challenges of our time, with rising global…
In the last few decades, technology has become so embedded in our daily lives that…
In recent years, drones have become more than just cool gadgets or tools for tech…
Looking to build mobile apps in Abuja? Choosing the right framework is crucial for performance,…