Javascript time - TechRepublic
General discussion
January 20, 2001 at 02:13 PM
verewolf

Javascript time

by verewolf . Updated 25 years, 5 months ago

How do I apply the getTimeZoneOffset() function ?

systime = new Date();
systime.getTimeZoneOffset();

does not work. debugger returns a message saying the function is not recognised.

I have the same problem with

toGMTString() and toLocalString()

This discussion is locked

All Comments