Whether to use sliders, select elements or a custom control type for selecting a time (hour / minute / second) in the time picker.
Represents the available methods on a JQuery instance for the date and / or time picker.
A custom function for parsing a time string.
Format according to which to parse the time.
Time string to parse.
The parsed time, or undefined
if the time string could not be parsed.
How dates are parsed by the Timepicker.
loose
: Uses the JavaScript method new Date(timeString)
to guess the timestrict
: A date text must match the timeFormat exactly.Time units for selecting a time in the calendar widget.
An offset of a timezone, in minutes relative to UTC. For example, UTC-4
is represented as -240
.
Generated using TypeDoc
Namespace for the timepicker JQueryUI plugin, available as
JQuery.fn.timepicker
andJQuery.fn.datetimepicker
. Contains some additional types and interfaces required for the typings.