However, I have another issue,,, the code below successfully initializes the kendo date picker. But I want the input field to have the value of today's current date or a date from the server rather than just a blank field. How can I successfully archive that?
Regards
<input id="TodaysDate">
$("#TodaysDate").kendoDatePicker();