La función de hora devuelve la hora actual del sistema.
Sintaxis
Time()
Ejemplo
<!DOCTYPE html>
<html>
<body>
<script language = "vbscript" type = "text/vbscript">
document.write("Line 1: " & Time() & "<br />")
</script>
</body>
</html>
Cuando lo guarda como .html y lo ejecuta en Internet Explorer, la secuencia de comandos anterior producirá el siguiente resultado:
Line 1: 3:29:15 PM