Hi i'm display the day and time on a home page like so:
<%= FormatDateTime(Date, 1)%> <%=DateAdd("h",-1,time())%>
I'm using -1 for the time because the server location is 1 hour off homepage location. How can i format the date so that it reflects this 1 hour difference as well?
Thanks
<%= FormatDateTime(Date, 1)%> <%=DateAdd("h",-1,time())%>
I'm using -1 for the time because the server location is 1 hour off homepage location. How can i format the date so that it reflects this 1 hour difference as well?
Thanks