timerange
timerange controls enables user to pick a range of times, i.e. from time to time. The timer interface is opened after user taps on the control.
Syntax
<div data-juci="timerange"
data-label="Meeting duration"
data-from-label="Starting from" data-from-placeholder="Pick a starting time"
data-from-placeholder="Pick an ending time" data-to-label="Till">
</div>
The default return value for timepicker control is an Array of {hour : hourValue, minute: minuteValue, meridian: meridianValue} objects of containing two elements. The first object is the from time, the second is the to time.
Attributes
-
data-from-placeholder {String} ¶A string with the placeholder for from time.
-
data-to-label {String} ¶A string with the label for to time.
-
data-to-placeholder {String} ¶A string with the placeholder for to time.
-
data-juci {String} ¶A string with value timerange.
-
data-from-label {String} ¶A string with the label for from time.