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

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

Текущая версия на 11:25, 26 мая 2010

Date().getSeconds()

The getSeconds() method returns the seconds portion of the Date object expressed as an integer from 0 to 59.



   <source lang="javascript">

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

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