Answers for "moment js to convert date from one format to another"

1

moment format sql date

moment(new Date()). format("YYYY-MM-DD HH:mm:ss");
Posted by: Guest on October-15-2020
9

moment to date

moment().toDate();
Posted by: Guest on February-27-2020

Code answers related to "moment js to convert date from one format to another"

Code answers related to "Javascript"

Browse Popular Code Answers by Language