topical media & game development

talk show tell print

basic-javascript-09-settimetest.htm / htm



  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <body>
  <script language= "JavaScript" type="text/javascript">
  var myDate = new Date();
  myDate.setUTCHours(12);
  myDate.setUTCMinutes(0);
  myDate.setUTCSeconds(0);
  document.write("<h3>" + myDate.toUTCString() + "</h3>")
  document.write("<h3>" + myDate.toLocaleString() + "</h3>")
  </script>
  </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.