<kendo:dateInput-steps>
An object with the different steps for incrementing/decrementing the various segments
Example
<kendo:dateInput>
<kendo:dateInput-steps></kendo:dateInput-steps>
</kendo:dateInput>
Configuration Attributes
day float
A value used for incrementing/decrementing the year segment
Example
<kendo:dateInput-steps day="day">
</kendo:dateInput-steps>
hour float
A value used for incrementing/decrementing the hour segment
Example
<kendo:dateInput-steps hour="hour">
</kendo:dateInput-steps>
millisecond float
A value used for incrementing/decrementing the millisecond segment
Example
<kendo:dateInput-steps millisecond="millisecond">
</kendo:dateInput-steps>
minute float
A value used for incrementing/decrementing the minute segment
Example
<kendo:dateInput-steps minute="minute">
</kendo:dateInput-steps>
month float
A value used for incrementing/decrementing the month segment
Example
<kendo:dateInput-steps month="month">
</kendo:dateInput-steps>
second float
A value used for incrementing/decrementing the second segment
Example
<kendo:dateInput-steps second="second">
</kendo:dateInput-steps>
year float
A value used for incrementing/decrementing the year segment
Example
<kendo:dateInput-steps year="year">
</kendo:dateInput-steps>