Why does the server think this is a sub?
Cannot use parentheses when calling a Sub
/dtest.asp, line 4, column 21
dateadd("D",1,mydate)
I need fresh eyes to look at this.
Code:
<%
mydate=date
dateadd("D",1,mydate)
Response.Write mydate
%>
/dtest.asp, line 4, column 21
dateadd("D",1,mydate)
I need fresh eyes to look at this.