This Script simply prints the day, month, date, year
<html>
<title>Your Page Title</title>
<body>
This is the code that prints the time, day, month, date, year
<script language = "vbscript">
today = FormatDateTime (date, 1)
document.write (today)
</script>
</body>
</html>