When the value is returned is NULL or empty of DateTime field from a database; the RDP component should empty instead of showing the selected date.
The solution consists of two points.
1) Set Nullable=true.
2) If fields from a database and the date value returned is NULL or empty.
Set SelectedDate = DateTime.MinValue