The selected date in the DatePicker bind to the property in the viewmodel.
<DatePicker SelectedDate="{Binding RegistrationDate}" /> The problem is that when you start the program, the date is displayed like this:
How to clear the date from the input field, if it is equal to the default value?
I tried to check through the converter and return null , but this does not work.
