var time = "15:30:00"; var formatted = moment(time, "HH:mm").format("hh:mm A"); console.log(formatted); //it will return 03:30 PM