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:
12/30/1902
what is wrong?
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:
12/30/1902
what is wrong?