eramgarden
Programmer
I have an ASP pages, trying to upgrade it to ASP.Net..
there's a line of code that I cant get right...
It uses "now-1" and "now+1" to find dates...
I tried DateTime.Now.Subtract(1) but didnt work..
How can I subtract 1 from date??
there's a line of code that I cant get right...
It uses "now-1" and "now+1" to find dates...
I tried DateTime.Now.Subtract(1) but didnt work..
How can I subtract 1 from date??