1.0.1 • Published 8 years ago

twentyfour-to-twelve v1.0.1

Weekly downloads
102
License
MIT
Repository
github
Last release
8 years ago

twentyfour-to-twelve Build Status

Convert 24-hour time strings into 12-hour time strings. 14:0002:00 PM

Install

$ npm install --save twentyfour-to-twelve

Usage

var twelve = require('twentyfour-to-twelve');

twelve("23:01");
// => "11:01 PM"

twelve("14:04:00");
// => "02:04:00 PM"

Related

License

MIT @ Michael Wuergler