Hi, I want to find a date after a give weeks(months). For example, I want to find the date after 2 week from today or find the date after 4 month from today.
Thanks
|
|
|
|
|
|
|
do you want like ?
|
||
|
|
|
|
Two weeks after today:
Four months after today:
Use DateTime.Date if you want only the date without current time (as in the sample). |
||||
|
|
|
to get the date 2 weeks from now or
to get the date 4 months from now NB: This has nothing to do with ASP.NET. DateTime is part of the .NET BCL. |
||
|
|