Funzione anno VBScript

La funzione Year restituisce un numero intero che rappresenta un anno della data specificata.

Sintassi

Year(date)

Esempio

<!DOCTYPE html>
<html>
   <body>
      <script language = "vbscript" type = "text/vbscript">
         document.write(Year("2013-06-30"))
       
      </script>
   </body>
</html>

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

2013