Formats
You can control the format of the Kendo UI for Vue Native DatePicker by using the format
property.
The format
property accepts string parameters and, by the default value is 'd'
. When you set the format
and the input
element is not focused, the value is properly formatted. For more information on the date and number formats Kendo UI for Vue supports, refer to the kendo-intl GitHub repository.