Guest User

Untitled

a guest
Jun 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <html>
  2. <head></head>
  3. <body>
  4. <script language="javascript">
  5. ourDate = new Date();
  6. metricTime = (ourDate.getHours() * 3600 + ourDate.getMinutes() * 60 + ourDate.getSeconds())
  7. document.write("It is: "
  8. + metricTime / 1000
  9. + " kiloseconds."
  10. + "<br/>");
  11. </script>
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment