1.2.0 • Published 3 years ago
@arwinvdv/time-plugin v1.2.0
@arwinvdv/time-plugin
This package does not need to be installed if you are using @arwinvdv/bundle.
Adds time picker.
Documentation
https://easepick.com/packages/time-plugin
Options
| Name | Type | Default | Description |
|---|---|---|---|
| seconds | boolean | false | Enable seconds picker. |
| stepHours | number | 1 | Step for hours. |
| stepMinutes | number | 5 | Step for minutes. |
| stepSeconds | number | 5 | Step for seconds. |
| format12 | boolean | false | Display 12H time. |
Methods
| Name | Description |
|---|---|
| setTime(value) | Set a time for single date picker. |
| setStartTime(value) | Set start time of date range. |
| setEndTime(value) | Set end time of date range. |
1.2.0
3 years ago