Funzione ora VBScript
La funzione Time restituisce l'ora di sistema corrente.
Sintassi
Time()
Esempio
<!DOCTYPE html>
<html>
<body>
<script language = "vbscript" type = "text/vbscript">
document.write("Line 1: " & Time() & "<br />")
</script>
</body>
</html>
Quando lo salvi come .html e lo esegui in Internet Explorer, lo script sopra produrrĂ il seguente risultato:
Line 1: 3:29:15 PM