JavaScript Tutorial/Date/getUTCDay

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

Date.getUTCDay()

The getUTCDay() method returns the day of the week converted to universal time and expressed as an integer from 0 (Sunday) to 6 (Saturday).

The following example uses the getUTCDay() Method to Return the Day of the Week



   <source lang="javascript">

<html>

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