JavaScript Tutorial/Date/getUTCMonth

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

Date.getUTCMonth()

The getUTCMonth() method returns the month portion of the Date object converted to universal time and expressed as an integer from 0 (January) to 11 (December).



   <source lang="javascript">

<html>

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