Hour and Minute chooser using sliders.
(any)
selected div to append chooser to
(moment)
initial chooser time value
(function (time: moment): void?)
optional callback function when time is selected
Type: any
Type: moment
Type: function (time: moment): void
Type: any
Type: any
Type: any
Type: any
Type: any
Type: any
Updates the time without triggering the callback function.
(moment)
new time to update sliders
void
Updates the sliders based on this.time and triggers the callback function.
void
Shows or hides the popup based on current visibility style
void
Hides the popup with sliders.
void
Date and Time chooser using pikaday for the date and the above HourMinChooser for the hour and minute of time.
(any)
selected div to append chooser to
(string)
label for chooser
(moment)
initial chooser time value
(function (time: moment): void?)
optional callback function when time is selected
Type: any
Type: moment
Type: function (time: moment): void
Type: any
Type: Pikaday
Type: HourMinChooser
Updates the time without triggering the callback function.
(moment)
new time to update sliders
void
triggers the callback function.
void
moment
Combination of two DateTimeChoosers to specify a start and end time.
(any)
selected div to append chooser to
(function (timerange: StartEndDuration): void?)
optional callback function when time is selected/changed
Type: any
Type: function (timerange: StartEndDuration): void
Type: DateTimeChooser
Type: DateTimeChooser
StartEndDuration
CSS for the parts of HourMin, DateTime and TimeRange choosers that are not using pikaday.
CSS for the pikaday chooser.