Função de data VBScript

A função retorna a data atual do sistema.

Sintaxe

date()

Exemplo

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

Quando você salva como .html e executa no Internet Explorer, o script acima produzirá o seguinte resultado -

The Value of a : 19/07/2013