Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

File metadata and controls

26 lines (19 loc) · 1.01 KB
title page_title description slug canonicalLink position
Date Ranges and Formats
Date Ranges and Formats - DateInput - Kendo UI for Vue
Set the date ranges and the format in which the Kendo UI DateInput wrapper for Vue renders them.
daterangesformats_dateinput_wrapper
2

Date Ranges and Formats

The DateInput enables you to set date ranges and formats.

To configure the date ranges, use the min and max properties. To set the date format, use the format property.

{% meta height:200 %} {% embed_file dateinputs/range/main.vue preview %} {% embed_file dateinputs/range/main.js %} {% endmeta %}

Suggested Links