I have KendoDatePickers where it works fine if user clicks on the calendar control and selects the date.
But I also want that user can copy-paste the date format and it gets validated. Currently it is returning null for the value being copied like the attached image.
Is there any way I can validate the date?
Below is the JavaScript code I am using to get the values.
Thanks.
var oEndDateAfter = $("#EndDateAfter").data("kendoDatePicker").value();<br>var oEndDateBefore = $("#EndDateBefore").data("kendoDatePicker").value();