The CSS class to add to this widget's element
Whether the picker appears below (default) or above the HTML element it's attached to.
I18N resource.
A locale string, like 'en', 'en-us', 'zh'.
The latest date a user may select.
The maximum year shown in the dropdowns when showDropdowns is set to true.
The earliest date a user may select.
The minimum year shown in the dropdowns when showDropdowns is set to true.
Adds select boxes to choose times in addition to dates.
Increment of the minutes selection list for times (i.e. 30 to allow only selection of times ending in 0 or 30).
Whether the picker appears aligned to the left, to the right, or centered under the HTML element it's attached to.
Set predefined date ranges the user can select from. Each key is the label for the range, and its value an array with two dates representing the bounds of the range. Click ranges in the configuration generator for examples.
Render to DOM element.
Show seconds in the timePicker.
Additional CSS styles that will be rendered into an inline style attribute when the widget is rendered.
Hide the apply and cancel buttons, and automatically apply a new date range as soon as two dates are clicked.