Extends
Methods
# addListeners()
Listener for on change properties By default is change event for a Input[type=text] field
- Overrides:
# buildDOM()
Build the DateTimePicker elements.
# onClose(date)
Event on close,
Parameters:
Name | Type | Description |
---|---|---|
date |
moment
|
Date in moment object. |
# setDefault()
Set default value.
# setDOM()
Set the date to the input box.
# setValue(value)
Programmatically set the value of the widget and update the DOM to reflect the changes.
Parameters:
Name | Type | Description |
---|---|---|
value |
*
|
- Overrides: