Constructor
new module:br/presenter/control/datefield/JQueryDatePickerControl()
- Implements:
module:br/presenter/node/DateField
within presenter.
This class is constructed by presenter automatically on your behalf.
The jQuery date picker control is aliased by br.date-picker, and can be used within templates as follows:
<span data-bind="controlNode:dateFieldProperty, control:'br.date-picker'"></span>
You can also use a hidden input element and avoid having an extra container element:
<input type="hidden" data-bind="controlNode:dateFieldProperty, control:'br.date-picker'"/>