to12hours

v0.1.0
Convert 24 hours format to 12 hours
time hours

to12Hours Build Status

Convert 24 hour format to 12 hours.

Install

$ npm install to12hours

Usage

const to12Hours = require('to12hours');

to12Hours('15:35');
//=> '3:35PM'

API

to12Hours(input, options?)

input

Type: string

The time in the 24-hour format.

npm i to12hours

Metadata

  • MIT
  • >=8
  • Imed Adel
  • released 8/20/2019

Downloads

Maintainers