fast-time-input
v0.1.10-beta
Published
Time input shortcuts
Maintainers
Readme
Fast Time Input
Shortcodes for time input
Save time inputting dates by writing shortcut values and have them converted to time strings e.g. 130p => 01:30 PM. It makes entering large amount of date entries really fast.
List of features
- Converts shortcode times to time strings
- Displays time in 12 and 24 hours
- Specify AM
aoramor PM usingporpm, defaults to AM e.g.545p => 05:45 PMand220a => 2:20a
Installation
$ npm install --save fast-time-inputor
$ yarn add fast-time-inputExamples Conversions
Single and double digits
1p => 1:00 PM
12p => 12:00 PM
13pm => 1:00 PMTriple digits
130 => 1:30
125 => 1:25Quadruple Digits
0530 => 5:30
1555 => 15:55Code Demo
import { parse } "fast-time-input";
result = parse("130p");
consle.log(result); // => prints "01:30 PM"Contributing
If you find any bugs or issues let me know.
License
This project is licensed under the MIT License
