Formats
You can control the format of the DateTimePicker by using the format
property.
The format
property accepts string parameters and, by default, is set to 'MM/dd/yyyy HH:mm:ss'
. When format
is set and the input
element is not focused, the value is formatted accordingly. For more information on the date and number formats Kendo UI for Vue supports, refer to the kendo-intl GitHub repository.