I know that this problem is old, but the regular fixes don't seem to word. I am writing information from a textarea to a database and then recalling that information on another page along with some text boxes. All of the text boxes show the correct information, but the textareas do not...
I used the adddate function to add to the date as follows:
newdate = dateadd("yyyy",3,date_primary)
Response.Write "<INPUT TYPE='text' NAME='next_pri_reeval_due' VALUE='" & newdate & "'>"
Here is the value that is returned when I input 1/1/2001 as the date...
I need to dynamically add 3 years to a datetime that has previously been entered from a form, and show that date on my asp page. Anyone know how to do that?
I am trying to dynamically add 3 years to a datetime field from a given datetime input within a web application using SQL7.0 as the database. Anyone know how to do it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.