B
Brave
Hello all,
I have an ASP form with a form field that populates the current date
by using the following:
<%=Now()%>
The problem is that the server is located in a eastern time zone and
the users are 1 hour ahead.
How can I add 1 hour to that field. I assume <%=Now() + 1%> would add
an entire day.
Can someone offer an example of the correct way to accomplish this?
Thanks so much!!
I have an ASP form with a form field that populates the current date
by using the following:
<%=Now()%>
The problem is that the server is located in a eastern time zone and
the users are 1 hour ahead.
How can I add 1 hour to that field. I assume <%=Now() + 1%> would add
an entire day.
Can someone offer an example of the correct way to accomplish this?
Thanks so much!!