HI All.
I'm using that code to prevent to select EndDate early then StartDate
<DatePicker Name="EndDatePicker" DisplayDate="{Binding SelectedDate, ElementName=StartDatePicker}" />
Is it possible to modify that code that selected EndDate bedinning on 1 or 2 days later then StartDate?
Thanks.