npm install moment
npm i moment --save
moment to javascript date
let now = moment()
let now = now.toDate()
npm moment
moment().format('MMMM Do YYYY, h:mm:ss a'); // March 5th 2021, 11:30:49 am
moment().format('dddd'); // Friday
moment().format("MMM Do YY"); // Mar 5th 21
moment().format('YYYY [escaped] YYYY'); // 2021 escaped 2021
moment().format('YYYY MM DD'); // 2021-03-05T11:30:49+05:30
npm moment
npm install moment
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us