Are you a regular stikked user? Signup so you can keep track of your pastes!
  1. <html>
  2.        
  3.         <head>
  4.                 <title>Time Test</title>
  5.                
  6.         </head>
  7.        
  8.         <body>
  9.                 <h4>It is now  
  10.                 <script type="text/javascript">
  11.                 <!--
  12.                 var currentTime = new Date()
  13.                 var month = currentTime.getMonth() + 1
  14.                 var day = currentTime.getDate()
  15.                 var year = currentTime.getFullYear()
  16.                 var hours = currentTime.getHours()
  17.                 var minutes = currentTime.getMinutes()
  18.                 var seconds = currentTime.getSeconds()
  19.                 document.write(month + "/" + day + "/" + year + " " + hours + ":" + minutes + ":" + seconds)
  20.                 //-->
  21.                 </script>
  22.                 </h4>
  23.         </body>
  24.        
  25. </html>

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.