Hello,
lets say, I have 28th of February 2010 and add one months to this date using AddMonths(1)...the resulting date is 28th of March, but not 31st of March, which I want. Is there a way to tweak that a bit so this works without adding custom code?
Edit: I dont need the last day of a month, actually I need to add one month, but when its the last day of a month, I need to find the last day of the next month.
Thanks!