JavaScript Reference/Javascript Methods/getUTCHours — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:22, 26 мая 2010
"getUTCHours()" Example
<html>
<body>
<button onclick="var myDate = new Date();
alert(myDate.getUTCHours());">get UTC hours</button>
</body>
</html>
"getUTCHours()" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |Date |
+----------------+--------------------------------------------------------------+
"getUTCHours()" Syntax, Parameters and Note
Note:
Returns the hour based on UTC time.
Return value: 0 to 23.
Syntax:
dateName.getUTCHours()