Latest All
Translate Language
Thursday, 1 March 2012
Universal time
<html>
<body>
<script type="text/javascript">
var d=new Date();
document.write("Form ");
document.write(d + "<br />");
document.write("Universal ");
document.write(d.toUTCString());
</script>
</body>
</html>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment