JavaScript Tutorial/Date/getUTCMilliseconds

Материал из Web эксперт
Версия от 11:25, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

Date.getUTCMilliseconds()

The getUTCMilliseconds() method returns the millisecond portion of the date converted to universal time and expressed as an integer from 0 to 999.



   <source lang="javascript">

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

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