I have needed a very simple solution to adding hours to the <%=now()%> function. This is very simple, it doesn’t take daylight savings into account. <% sDate = Now() sNewDate = DateAdd(“h”, 7, sDate) %> <input type=”hidden” name=”date_added” value=”<%=sNewDate%>” /> If your server is hosted in an area that is a couple of hours from...