let dt = moment(); dt.format("HH:mm") // 24 hour time dt.format("hh:mm a") // 12 hour time (with am/pm)
moment("15", "hh").format('LT')