deprecated-timepicker
v0.0.4
Published
Downloads
2
Readme
Deprecated Time Picker
It is really dead simple date picker
props
| # | name | about | allowed values | default values | |---|-------------------|--------------------------------------------------------------------------|----------------|----------------| | 1 | showMs | showing milliseconds after time inputs | true/false | none | | 2 | showMeridian | showing PM/AM time meridian after time inputs | true/false | none | | 3 | show12HTimeFormat | set 12 hours time format to timepicker | true/false | none | | 4 | minutesToAdd | set count of minutes which will be added/subtract after click add button | number | 1 | | 5 | secondsToAdd | set count of seconds which will be added/subtract after click add button | number | 1 | | 5 | hoursToAdd | set count of seconds which will be added/subtract after click add button | number | 1 |
Thank you for downloading :)
CHANGELOG
| name | update type | what changed | |-------|--------------------------------------------------------------------------|--------------------------------------------| | 0.0.4 | Hot fix | fixed time displaying with 24h time format |