ItHurtsWhenIThink
Technical User
This has happened to me a couple of times. Not sure why it happens.
Here is what I have
The form value entered is: 1/15/2011. Date doesn't matter. it happens with any date.
when I process the form....
strD=Request.form("var")
now lets spit out the results
response.write(strD) will spit out 1/16/2011
Response.write(Request.form("var")) will spit out 1/15/2011
Hmmmmm.
What the?
who the?
where the?
Here is what I have
The form value entered is: 1/15/2011. Date doesn't matter. it happens with any date.
when I process the form....
strD=Request.form("var")
now lets spit out the results
response.write(strD) will spit out 1/16/2011
Response.write(Request.form("var")) will spit out 1/15/2011
Hmmmmm.
What the?
who the?
where the?