I am getting a warning in the browser console (Chrome) with kendo date picker.
I am not setting date format to "yyyy-MM-dd". I have even tried to set up date format in the cshtml page for the kendo date picker.
@(Html.Kendo().DatePickerFor(m => m.StartDate) .Name("StartDate") .Format("MM/dd/yyyy") .Value(Model.StartDate))Is this a default date format with date pciker? How can I change it?