'getUTCMinutes()' Example : getUTCMinutes « Javascript Methods « JavaScript Reference

'getUTCMinutes()' Example

    
<html>
<body>
<button onclick="var myDate = new Date(); 
alert(myDate.getUTCMinutes());">get UTC minutes</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'getUTCMinutes()' Syntax, Parameters and Note
2.'getUTCMinutes()' is applied to