Time and date

Example

Source code

<script type="text/javascript">
var d=new Date();
document.write('Today is ' + d + ' <br> ');
</script>

  • Category
  • Cool Tricks
  • Related pages
  • HTML Help
  • Solved?
  • Were you able to locate the answer to your question?