convert 12 hrs to 24 hrs in javascript code example Example: javascript conver time into 24 hour format var dt = moment("12:15 AM", ["h:mm A"]).format("HH:mm");