[WikiEducator] Local time

2009-08-31 Thread Phil Bartle
The following is the Java script for getting local time from the user's computer, but it does not work as is on WikiEd. function process(){} today = new Date() if(today.getMinutes() < 10) { pad = "0"} else pad = ""; if((today.getHours() < 12) && (today.getHours() >= 6)) { document.write("

[WikiEducator] Local time

2009-08-31 Thread Phil Bartle
On our Community Empowerment web site, we have it set up to read the user's computer and tell the local time that way See: http://www.scn.org/cmp/modules/index.htm It is run by a very short java script. --~--~-~--~~~---~--~~ You received this message because you a

[WikiEducator] Local time

2009-08-30 Thread Phil Bartle
The {{Current time}} gives Greenwich Mean Time or UTC (sometimes called Zulu) But the {{Local time}} gives the time in Israel See: http://www.wikieducator.org/User:Philbartle#Utilities --~--~-~--~~~---~--~~ You received this message because you are subscribed to th