Difference between revisions of "Time Zone"

From Hostek.com Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 01:25, 22 November 2012

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)%>.