JavaScript Tutorial/Date/getDate — различия между версиями

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

Версия 21:52, 25 мая 2010

Date.getDate()

The getDate() method returns the day of the month expressed as an integer from 1 to 31.



   <source lang="javascript">

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

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