I am using following example:
When I select the time I get values like 12:00 / 12:30 / 13:00 - so half hour gaps.
Does anyone know how to define the "gaps", hence I want to change it to 12:00 / 12:15 / 12:30 / 12:45 and so on?
Cheers
Here is the answer (I was looking at the wrong doc, sorry)
$("#dateTimePicker").kendoDateTimePicker({
interval: 15
});