Time Zone

From Hostek.com Wiki
Revision as of 01:25, 22 November 2012 by Chadc (Talk | contribs) (Created page with "==Code to change your timezone== Here is an ASP code example that subtracts 1 hour from the server time. The time is '''<%=FormatDateTime(DateAdd("h",-1,Now),3)%>'''. [[Ca...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Code to change your timezone

Here is an ASP code example that subtracts 1 hour from the server time.

The time is <%=FormatDateTime(DateAdd("h",-1,Now),3)%>.