Y-m-d H:i:s momentjs code example
Example 1: moment now format
var date = moment().format('MM/DD/YYYY');
Example 2: javascript moment
m = moment('2013-03-01', 'YYYY-MM-DD')
var date = moment().format('MM/DD/YYYY');
m = moment('2013-03-01', 'YYYY-MM-DD')