Package Exports
- @easepick/time-plugin
- @easepick/time-plugin/dist/index.esm.js
- @easepick/time-plugin/dist/index.umd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@easepick/time-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@easepick/time-plugin
This package does not need to be installed if you are using @easepick/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. |