VBScript Display date and time
Display date and time
<html>
<body>
<script type="text/vbscript">
document.write("Today's date is " & date())
document.write("<BR>The time is " & time())
</script>
</body>
</html>
<html>
<body>
<script type="text/vbscript">
document.write("Today's date is " & date())
document.write("<BR>The time is " & time())
</script>
</body>
</html>