J
Joe
Why doesn't AddMonths add the correct number of days for a given month that
is being added?
For example:
new DateTime(2005, 11, 30).AddMonths(1) returns 12/30/2005.
Shouldn't this return 12/31/2005?
-Joe
is being added?
For example:
new DateTime(2005, 11, 30).AddMonths(1) returns 12/30/2005.
Shouldn't this return 12/31/2005?
-Joe