DATE
MY QUESTION IS MY TODAY DATE IS TODAY AND WHEN I INSERT 2YEAR PERIOD.THEN SECOND DATE PICKER SET AFTER 2 YEAR DATE MONTH AND YEAR.(DESKTOP APPLICATION)
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.
Akkiraju IvaturiPosted Sep 8, 2012, 12:50 AM
ComboBox1 has values of number of years.
For dates, use DateTime.Now.AddDays(14)
For Months, use DateTime.Now.AddMonths(14)
Let me know if you have any questions.
Akkiraju IvaturiPosted Sep 8, 2012, 4:17 PM
using System;
vikas kananiPosted Sep 8, 2012, 2:19 AM
vikas kananiPosted Sep 8, 2012, 12:05 AM
Akkiraju IvaturiPosted Sep 8, 2012, 12:03 AM