steps.hourNumber(default: 1)

A value used for incrementing/decrementing the hour segment

Example - sets the steps

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