New to Kendo UI for jQueryStart a free 30-day trial

Format

configuration

Specifies the format, which is used to format the value of the DateInput displayed in the input. The format also will be used to parse the input.

format

String

Default: "M/d/yyyy"

<input id="dateinput" />
<script>
$("#dateinput").kendoDateInput({
    format: "yyyy/MM/dd"
});
</script>
Not finding the help you need?
Contact Support