JavaScript Tutorial/Date/getMilliseconds

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

Date().getMilliseconds()

The getMilliseconds() method returns the millisecond portion of the date 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>