convertToLocalDate | Boolean | convertToLocalDate: true | If set to true, the selected date is converted to the local date of the device. Default is false |
defaultValue | String/Function | defaultValue: 'now' | Use the value "now" to offer the current ('local') date. A custom code function can be used to set defaultValue. |
disabled | Boolean | disabled: true | Set "true" whenever the DatePicker should be disabled. The default value is false. |
disableCalendar | Boolean | disableCalendar: true | Set "true" whenever the DatePicker control calendar flyout should be disabled. The default value is false. |
displayValueFormat | | displayValueFormat: 'dd.MM.yyyy' | To change the format of the displayed date. For more information visit: https://docs.telerik.com/kendo-ui/framework/globalization/dateformatting. |
doNotCopy | Boolean | doNotCopy: true | Set "true" whenever the field should get deleted if form is copied. |
emptyContent | String | emptyContent: 'Select ...' | Write a short word to indicate that the appropriate date can/must be chosen. |
label | String | label: 'Date' | Define a label for your control element. |
list | Boolean | list: true | Set "true" whenever the content should show up in the list on the dashboard. |
listOptions | Object | listOptions: {...} | Set additional options for controls with list equals true . E.g. set custom label for filter/sort/group dialogs or hide them complettely. |
mapping | Boolean | mapping: true | Set "true" whenever the form element should be visible / editable in the corresponding SharePoint list. |
max | String | max: 'now' | Set to allow entries up to until this date. With "now" the newest possible entry is the current day. Format for fixed dates is yyyy-MM-dd |
min | String | min: '1965-05-14' | Set to allow entries from that date on. Format is yyyy-MM-dd and default value is 01.01.1900 |
mobilePicker | Boolean | mobilePicker: true | Use native date picker on mobile devices. There are settings restrictions e.g. formatting or start interval. |
parseFormats | String-Array | parseFormats: ['ddMMyyyy', 'dd/MM/yyyy', 'dd-MM-yyyy'] | Used to give the user several format options to type in the date. "Converts" the date to format which is set with displayValueFormat. |
persistent | String | persistent: 'user' | The value "user" sets the initial value of the DatePicker to the value of the previous form item of the current user and overwrites any defaultValue. |
start | String | start: 'decade' | Used to control with which area the DatePicker view starts when opened. Allowed values: month / year / decade / century |
required | Boolean | required: true | Set "true" if the control has to be filled in. |
tooltip | String | tooltip: 'Please indicate at least one cause of damage.' | Write a comment to provide further information about the field. A question mark will then be shown within the label and with a click/tap on it, the information will occur. |
visiting | Boolean | visiting: true | Set "true" whenever the form element should be marked as "visited" when the user has clicked or tapped at the form field. |
onChanged | Function(value: Date) | onChanged: HFFormdefinition.Namespace.Method | Call a pre-defined JS-method to do something when the status of the control changes |