Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

File metadata and controls

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

Date Ranges and Formats

The DatePicker 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:450 %} {% embed_file datepicker/ranges/main.vue preview %} {% embed_file datepicker/ranges/main.js %} {% endmeta %}

Suggested Links