DateTimePicker (Min-Max)
DateTimePicker (Min-Max)
Hello,
I have two datetime pickers (each one in its textbox input), let's
call them dp1 and dp2
What I want to achieve is:
1. If dp1 has a date, then dp2 should never be allowed to have a date
before dp1 date
2. if dp2 has a date, then dp1 should never be allowed to have a date
after dp2 date
I mean, dp1 should contain a minimun date, and dp2 should contain a
maximun date.
Regards