Kendo DateTimePicker change default time interval gap
- WinstonFroidPinto
- Posts: 32
- Joined: Thu Mar 16, 2017
How to change the interval in datetime field using kendo datetimepicker template to 15min?Right now default is 30min
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Please, use the following code:
Replace FieldName with the internal name of your date and time field.
Please, use the following code:
Code: Select all
fd.field('FieldName').control('kendoDateTimePicker')
.done(function(picker) {
picker.setOptions({interval: 15});
});
-
- Information
-
Who is online
Users browsing this forum: No registered users and 18 guests