moment format date dd/mm/yyyy
moment(new Date()).format("DD/MM/YYYY")
moment format date dd/mm/yyyy
moment(new Date()).format("DD/MM/YYYY")
moment yyyy-MM-ddTHH:mm
moment().format("YYYY-MM-DD[T]HH:mm:ss");
moment now format
var date = moment().format('MM/DD/YYYY');
moment format date
moment().format(); // "2019-08-12T17:52:17-05:00" (ISO 8601, no fractional seconds)
moment().format("dddd, MMMM Do YYYY, h:mm:ss a"); // "Monday, August 12th 2019, 5:52:00 pm"
moment().format("ddd, hA"); // "Mon, 5PM"
moment to javascript date
let now = moment()
let now = now.toDate()
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