Example 1: moment.js
npm install moment --save
const moment = require('moment'); //require
moment().format('MMMM Do YYYY, h:mm:ss a'); // February 13th 2021, 1:49:03 am
moment().format('dddd'); // Saturday
moment().format("MMM Do YY"); // Feb 13th 21
moment().format('YYYY [escaped] YYYY'); // 2021 escaped 2021
moment().format(); // 2021-02-13T01:49:29+01:00
moment("20111031", "YYYYMMDD").fromNow(); // 9 years ago
moment("20120620", "YYYYMMDD").fromNow(); // 9 years ago
moment().startOf('day').fromNow(); // 2 hours ago
moment().endOf('day').fromNow(); // in a day
moment().startOf('hour').fromNow(); // an hour ago
moment().subtract(10, 'days').calendar(); // 02/03/2021
moment().subtract(6, 'days').calendar(); // Last Sunday at 1:50 AM
moment().subtract(3, 'days').calendar(); // Last Wednesday at 1:50 AM
moment().subtract(1, 'days').calendar(); // Yesterday at 1:50 AM
moment().calendar(); // Today at 1:50 AM
moment().add(1, 'days').calendar(); // Tomorrow at 1:50 AM
moment().add(3, 'days').calendar(); // Tuesday at 1:50 AM
moment().add(10, 'days').calendar(); // 02/23/2021
moment.locale(); // en
moment().format('LT'); // 1:50 AM
moment().format('LTS'); // 1:50:49 AM
moment().format('L'); // 02/13/2021
moment().format('l'); // 2/13/2021
moment().format('LL'); // February 13, 2021
moment().format('ll'); // Feb 13, 2021
moment().format('LLL'); // February 13, 2021 1:50 AM
moment().format('lll'); // Feb 13, 2021 1:50 AM
moment().format('LLLL'); // Saturday, February 13, 2021 1:50 AM
moment().format('llll'); // Sat, Feb 13, 2021 1:51 AM
Example 2: momentjs
npm install moment --save
yarn add moment
moment.locale(); // en
moment().format('LT'); // 8:49 AM
moment().format('LTS'); // 8:49:26 AM
moment().format('L'); // 10/13/2020
moment().format('l'); // 10/13/2020
moment().format('LL'); // October 13, 2020
moment().format('ll'); // Oct 13, 2020
moment().format('LLL'); // October 13, 2020 8:49 AM
moment().format('lll'); // Oct 13, 2020 8:49 AM
moment().format('LLLL'); // Tuesday, October 13, 2020 8:49 AM
moment().format('llll'); // Tue, Oct 13, 2020 8:49 AM
Example 3: moment
moment().format('MMMM Do YYYY, h:mm:ss a'); // May 22nd 2020, 6:00:23 pm
moment().format('dddd'); // Friday
moment().format("MMM Do YY"); // May 22nd 20
moment().format('YYYY [escaped] YYYY'); // 2020 escaped 2020
moment().format(); // 2020-05-22T18:00:23+05:30
Example 4: moment js npm
moment.locale(); // en
moment().format('LT'); // 8:41 PM
moment().format('LTS'); // 8:41:43 PM
moment().format('L'); // 04/11/2020
moment().format('l'); // 4/11/2020
moment().format('LL'); // April 11, 2020
moment().format('ll'); // Apr 11, 2020
moment().format('LLL'); // April 11, 2020 8:41 PM
moment().format('lll'); // Apr 11, 2020 8:41 PM
moment().format('LLLL'); // Saturday, April 11, 2020 8:41 PM
moment().format('llll'); // Sat, Apr 11, 2020 8:41 PM
// undefined
Example 5: javascript moment
m = moment('2013-03-01', 'YYYY-MM-DD')
Example 6: moment
moment("20111031", "YYYYMMDD").fromNow(); // há 9 anos
moment("20120620", "YYYYMMDD").fromNow(); // há 8 anos
moment().startOf('day').fromNow(); // há 13 horas
moment().endOf('day').fromNow(); // em 11 horas
moment().startOf('hour').fromNow(); // há 10 minutos