twentyfour-to-twelve
Convert 24-hour time strings into 12-hour time strings.
14:00
→02:00 PM
Install
$ npm install --save twentyfour-to-twelve
Usage
var twelve = ; ;// => "11:01 PM" ;// => "02:04:00 PM"
Related
- twelve-to-twentyfour Convert 12-hour time strings into 24-hour time strings.
02:00 PM
→14:00
License
MIT @ Michael Wuergler