I want to set today date to Kendo DatePicker on clear button click. I tried following but it is not working.
$(\'#btnClear\').click(function () { $(\"#Star
I have use it like -
@(Html.Kendo().DatePicker() .Name("customerOrderDate") .Min(DateTime.Today) .Value(Model.CustomerOrderDate) .HtmlAttributes(new {style = "width:120px"}))
It is good part that Kendo have DateTime struct in their api.