moment create date from string code example
Example 1: moment to date
moment().toDate();
Example 2: moment format sql date
moment(new Date()). format("YYYY-MM-DD HH:mm:ss");
moment().toDate();
moment(new Date()). format("YYYY-MM-DD HH:mm:ss");