how to convert the value of time input type value to 12 hours format in js code example
Example: javascript conver time into 24 hour format
var dt = moment("12:15 AM", ["h:mm A"]).format("HH:mm");
var dt = moment("12:15 AM", ["h:mm A"]).format("HH:mm");