1.2.0 • Published 1 year ago

@arwinvdv/time-plugin v1.2.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
1 year ago

@arwinvdv/time-plugin

npm version

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

NameTypeDefaultDescription
secondsbooleanfalseEnable seconds picker.
stepHoursnumber1Step for hours.
stepMinutesnumber5Step for minutes.
stepSecondsnumber5Step for seconds.
format12booleanfalseDisplay 12H time.

Methods

NameDescription
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.