A map with a locale name (fr, de, etc.) as the key and the locale as the value.
Current version of the DateTimePicker JQueryUI add-on.
Calls datepicker on the startTime and endTime elements, and configures them to enforce the date
range limits.
DOM element of the date/time picker with the start date/time.
DOM element of the date/time picker with the end date/time
Options for the $.fn.datepicker call.
Calls datetimepicker on the startTime and endTime elements, and configures them to enforce the date /
time range limits.
DOM element of the date/time picker with the start date/time.
DOM element of the date/time picker with the end date/time
Options for the $.fn.datetimepicker call.
Calls the given method on the startTime and endTime elements, and configures them to enforce the date /
time range limits.
Whether to call the datepicker, timepicker, or datetimepicker method on the elements.
DOM element of the date/time picker with the start date/time.
DOM element of the date/time picker with the end date/time
Options for the $.fn.datepicker call.
A JQuery instance containing the given startTime and endTime elements.
Log error or data to the console during error or debugging.
Data to log.
Override the default settings for all instances of the time picker.
The new settings to use as defaults.
this for chaining.
Calls timepicker on the startTime and endTime elements, and configures them to enforce the time range
limits.
DOM element of the date/time picker with the start date/time.
DOM element of the date/time picker with the end date/time
Options for the $.fn.timepicker call.
JavaScript Dates have not support for timezones, so we must adjust the minutes to compensate.
Date to adjust.
Timezone of the given date.
Timezone to adjust the date to, relative to the fromTimezone.
The given date, adjusted from the fromTimezone to the toTimezone.
Get the number in minutes that represents a timezone string.
A formatted time zone string, such as +0500, -1245, or Z.
The offset in minutes, or the given tzString when it does not represent a valid timezone.
Get the timezone offset as string from a timezone offset.
If not a number, less than -720 (UTC-12), or greater than 840 (UTC+14),
this value is returned as-is
If true formats in accordance to iso8601 (sucha as +12:45).
The timezone offset as a string, such as +0530 for UTC+5.5.
Generated using TypeDoc
The timepicker for working with times, such as formatting and parsing times.