JavaScript Tutorial/Date/toString

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

Date.toString()

The toString() method returns a string representation of the Date object in the local time zone.

The toString() method displays the date in the local time zone.



   <source lang="javascript">

<html>

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