Gets the element on which the date picker is bound.
The date picker element.
Get the currently selected value in the date picker, as a Date object
A Date object for the current value, or null if the date picker was reset or a date has not been selected initially.
Gets the element on which the date picker is bound.
The date picker element.
Gets the currently selected value in the date picker.
A textual representation of the currently selected value (YYYY-MM-DD
format).
Resets the date picker.
Sets the date picker value.
The value to set the date picker to. Must be a Date object.
Creates a new DatePicker
.
The function to call when a new value is selected in the date picker. This function takes the
current DatePicker
instance as an argument.
A date picker widget with standard styling.