I am using C# windows application
i have two datetimepicker, startdate and enddate.
the difference between the two datetime picker must be atleast one month.
just the difference between the two should be months(just like one month,2 months,..3...4 ..months).
when i select a date from the startdatepicker , the date on enddatepicker will automatically become the next month of the startdate and i can extend the enddate to other months.
@ any time the difference between the two dates should be full months( not 1/2 month or 2.5)
how can i do it please?