Hi,
I am trying to set an initial value of the kendo date time picker using the k-value attribute but it does not work for me:
<input kendo-date-time-picker
ng-model="str"
k-ng-model="obj"
style="width: 100%;"
k-value="'12/15/2016 12:00 AM'"/>
I am able to reproduce this problem using the kendo angular demo for the date time picker. How can I set an initial value for the date time picker?
Thanks