JavaScript Tutorial/Date/getYear

Материал из Web эксперт
Перейти к: навигация, поиск

Date.getYear()

The getYear() method returns the year portion of the Date object.

The year is represented as either a two-digit number or a four-digit number, depending on the browser version.



   <source lang="javascript">

<html> <head> <title>A Simple Page</title> <script language="JavaScript">

</script> </head> <body> </body> </html></source>