<input id="startDate" kendo-date-time-picker
k-ng-model="vm.startDate"
k-on-change="vm.updateStartDate()"
required
/>
Can someone please explain how to incorporate disabled dates into this date picker without utilizing jQuery? Is there an attribute like k-disabled-dates that can be used for this purpose?