JavaScript Tutorial/Date/valueOf

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

Date.valueOf()

This method returns the equivalence of the Date object in milliseconds.

The milliseconds are expressed as an integer representing the number of milliseconds between midnight January 1, 1970 (GMT) to the date and time specified in the Date object.



   <source lang="javascript">

<html>

   <script language="JavaScript">
   
   </script>

</html></source>