Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello How i can get the date 6 month late from this date (Now) thanks in advance
Assaf
You mean past right ??
DateTime.Now.AddMonths(-6);
or future ??
DateTime.Now.AddMonths(6);