This question is locked. New answers and comments are not allowed.
Hello,
is there a way to display the DateTime.MinValue inside the DatePicker?
If i use this code the datepicker will be empty.
Best regards.
is there a way to display the DateTime.MinValue inside the DatePicker?
If i use this code the datepicker will be empty.
| <%= Html.Telerik().DatePicker().Name( "dt" ).Value( DateTime.MinValue ).MinDate( DateTime.MinValue ) %> |
Best regards.