Funzione VBScript Now

La funzione ora restituisce la data e l'ora del sistema corrente.

Sintassi

Now()

Esempio

<!DOCTYPE html>
<html>
   <body>
      <script language = "vbscript" type = "text/vbscript">
         a = Now()
         document.write("The Value of a : " & a)
       
      </script>
   </body>
</html>

Quando lo salvi come .html e lo esegui in Internet Explorer, lo script sopra produrrĂ  il seguente risultato:

The Value of a : 19/07/2013 3:04:09 PM