Kendo DateTime Picker Default Value Change?
Posted: 14 Oct 2018
How do I change the default time intervals from 30 minutes to 1 minute intervals when using the Kendo DateTime pickers?
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
fd.field('InternalNameDateTime').control('kendoDateTimePicker')
.done(function(picker) {
picker.setOptions({interval: 1});
});