JavaScript Reference/Javascript Methods/getTime — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:22, 26 мая 2010
"getTime()" Example
<html>
<body>
<button onclick="var myDate = new Date(); alert(myDate.getTime());">
get time
</button>
</body>
</html>
"getTime()" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |Date |
+----------------+--------------------------------------------------------------+
"getTime()" Syntax, Parameters and Note
Note:
Returns the total number of milliseconds elapsed since January 1, 1970.
Syntax:
dateName.getTime()