Template:Team:IBB Pune/countdown
From 2009.igem.org
(Difference between revisions)
(New page: <script type="text/javascript"> <!-- //start //###################################################################################### // Author: ricocheting.com // For: public release ...) |
|||
Line 1: | Line 1: | ||
- | |||
- | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 17: | Line 15: | ||
// example: dateFuture = new Date(2003,03,26,14,15,00) = April 26, 2003 - 2:15:00 pm | // example: dateFuture = new Date(2003,03,26,14,15,00) = April 26, 2003 - 2:15:00 pm | ||
- | dateFuture = new Date(2009,9,30,1,00, | + | dateFuture = new Date(2009,9,30,1,00,00); |
// TESTING: comment out the line below to print out the "dateFuture" for testing purposes | // TESTING: comment out the line below to print out the "dateFuture" for testing purposes | ||
- | //document.write( | + | //document.write(dateFuture +"<br />"); |
Line 66: | Line 64: | ||
//--> | //--> | ||
</script> | </script> | ||
- | <div id="countbox" | + | <div id="countbox"></div> |
Revision as of 09:35, 7 July 2009
<script type="text/javascript"> </script>