Calculate Date
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I want to enter Leave Date from(01:12:2006)to(01:01:2007)and see the duration of 1 month.Can any one send the code... It's Urgent. Thanks in Advance...:)
-
I want to enter Leave Date from(01:12:2006)to(01:01:2007)and see the duration of 1 month.Can any one send the code... It's Urgent. Thanks in Advance...:)
Kasi Viswanathan wrote:
It's Urgent.
Please don't say this. It's rude. This is a free site and people will provide assistance in their own time. Do you want to add a month to a particular date? If so, did you check the documentation? The DateTime class has an AddMonths method. Paul