Convert the date string to locale date
Disable the popup calendar.
Specifies the format, which is used to format the value of the DatePicker displayed in the input. The format also will be used to parse the input. See https://docs.telerik.com/kendo-ui/framework/globalization/dateformatting
Protected
disposedPlaceholder for the input field when no value is selected.
Protected
optionsOn mobile or small devices a dialog opens when the user clicks on the control. If this dialog is open, the dialog control is returned; Otherwise the main control is returned. For the API of the kendo ui control see https://docs.telerik.com/kendo-ui/api/javascript/ui/
Returns the kendo ui control that is instantiated through the HybridForms control; For the API of the kendo ui control see https://docs.telerik.com/kendo-ui/api/javascript/ui/
Gets the corresponding field of the form control.
Gets the PostfixFieldId. Relevant for operations in repeating units. Check first, if the form control is contained in a repeating unit, see: isRepeatingUnit.
Searches for a field by providing its id.
The id of the field.
Sets the field value of the form control. Be careful: This does not update the UI. In most cases it is better to use the val() method, see: val
The value of the field
Gets or sets the value of the DatePicker control.
Optional
value: string[optional] If provided, the value of the DatePicker control gets set.
[optional] Disables the onChanged callback if set to true. Necessary if an onChanged-Handler wants to change itself.
Generated using TypeDoc
The HybridForms DatePicker control. It inherits from the KendoBase control and instantiates the kendo ui date picker control, see: https://docs.telerik.com/kendo-ui/api/javascript/ui/datepicker