How do I display my time in 24h format instead of 12?
I am using moment.js.
I am pretty sure that these lines could have something to do with it.
<
moment("01:15:00 PM", "h:mm:ss A").format("HH:mm:ss") **o/p: 13:15:00 **
it will give convert 24 hrs format to 12 hrs format.