1.7.3 • Published 4 years ago

convert-time-24hr v1.7.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Convert 24h -> 12h

šŸ•’ This is a plugin used to convert time format from 24 hours to 12 hours and vice versa

Contributions are welcome

How to use

install

npm i convert-time-24hr

Use

const timeFormat=require("convert-time-24hr");
timeFormat.convertTimeTo24hrs(hours,minutes,seconds,amorpm); // return time in 24 hours format
timeFormat.convertTimeTo12hrs(hours,minutes,seconds); // return time in 12 hours format

run tests

npm run test
1.7.3

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.4.5

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago