JavaScript Tutorial/Date/getUTCSeconds

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

Date.getUTCSeconds()

The getUTCSeconds() method returns the seconds portion of the Date object, converted to universal time and 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>