N
nibbana
I want to add 12 months to a start date (inclusive of the start date) and
return the end date.
Start date will only be the first or last day of the month.
Calculated end date must only return the first or last day of the month.
Eg:
Start 06/30/2009
Add 12 months
Result should = 05/31/2010
Eg:
Start 06/01/2009
Add 12 months
Result should = 05/01/2009
Thanks!
return the end date.
Start date will only be the first or last day of the month.
Calculated end date must only return the first or last day of the month.
Eg:
Start 06/30/2009
Add 12 months
Result should = 05/31/2010
Eg:
Start 06/01/2009
Add 12 months
Result should = 05/01/2009
Thanks!