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()