JavaScript Tutorial/Date/getUTCMonth — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
 
м (1 версия)
 
(нет различий)

Текущая версия на 11:25, 26 мая 2010

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>