How to add number of days into a given date in the format mm/dd/yyyy
.
If my date is 9/12/2007
, I want to add 30 days into the date and the result should be 10/12/2007
.
I have many frequencies like Weekly, monthly, Every 2 weeks, Twice a month, Every 4 weeks, Once in 2 months, Every 3 months, Every 6 months, Every 3 months, Annually, etc.
If we select the different frequencies from the list, the result should vary based on the frequency. Can anyone help me on this ?