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.
<
Use H or HH instead of hh. See http://momentjs.com/docs/#/parsing/string-format/
H
HH
hh