New to Kendo UI for Angular? Start a free 30-day trial
Incremental Steps
By default, the DateInput increments or decrements each part of its date values by one step.
To change the default setup, use the steps
property.
The available options are:
year: Number
—Controls the incremental step of the year value.month: Number
—Controls the incremental step of the month value.day: Number
—Controls the incremental step of the day value.hour: Number
—Controls the incremental step of the hour value.minute: Number
—Controls the incremental step of the minute value.second: Number
—Controls the incremental step of the second value.millisecond: Number
—Controls the incremental step of the millisecond value.
Change Theme
Theme
Loading ...