moment format 24 hour code example
Example 1: convert 24 hour to 12 hour moment js
moment("15", "hh").format('LT')
Example 2: moment now format
var date = moment().format('MM/DD/YYYY');
moment("15", "hh").format('LT')
var date = moment().format('MM/DD/YYYY');