Datetimepicker2.MinDate =
Convert.ToDateTime(Datetimepicker1.Value);Datetimepicker2.MaxDate =
Convert.ToDateTime(Datetimepicker2.MinDate.AddMonths(3).ToString("dd/MMM/yyyy"));Datetimepicker2.MinDate =
Convert.ToDateTime(Datetimepicker1.Value);Datetimepicker2.MaxDate =
Convert.ToDateTime(Datetimepicker2.MinDate.AddMonths(3).ToString("dd/MMM/yyyy"));Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Scott LyslePosted Feb 8, 2009, 1:02 AM