ASP.NET and SQL SERVER Tricks
Saturday, April 28, 2012
How to add days in Date in ASP.NET
DateTime dt=new DateTime();
dt=System.DateTime.Now.Date;
dt.AddDays(2);
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment