twelve-to-twentyfour
Convert 12-hour time strings into 24-hour time strings.
02:00 PM
→14:00
Install
$ npm install twelve-to-twentyfour
Usage
var twentyfour = ; ;// => "13:01" ;// => "00:04" ;// => "16:04:04"
Notes
This module can accept time strings in the following formats:
00:00 XX
00:00XX
0:00XX
0:00 XX
Where XX
equals a case-insensitive AM
or PM
.
Related
- twentyfour-to-twelve Convert 24-hour time strings into 12-hour time strings.
14:00
→02:00 PM
License
MIT @ Michael Wuergler