steps.dayNumber(default: 1)

A value used for incrementing/decrementing the year segment

Example - sets the steps

<input id="dateinput" />
<script>
$("#dateinput").kendoDateInput({
    steps: {
        day: 2
    }
});
</script>
In this article
steps.day
Not finding the help you need?
Contact Support