There are two date variables (Date1 and Date2) in the format YYYYMMDD. What i want is, according to the Date1 I want to set Date2 to the next month day one. For example :
If Date1 = 20111120 then I want to set Date2 to 20111201
If Date1 = 20111210 then The Date2 should be set to 20120101
No matter the Date1 the Date2 has to be set to next month day one. I cant figure this out how to do it.
Could anyone please help me on this issue.