I have seen multiple articles about clearing a date picker but they don't work. Multiple posts say this should do it:
jQuery("#datepicker").data("kendoDatePicker").value(null);
This clears the display, but it does not show the placeholder text that's there before a value is selected. I would expect that to happen automatically when the value is set to null, but since it doesn't, how do I make that happen?