Description:
Javascript date getUTCMinutes() method returns the minutes in the specified date according to universal time. The value returned by getUTCMinutes is an integer between 0 and 59.Syntax:
Date.getUTCMinutes() |
- NA
Return Value:
Returns the minutes in the specified date according to universal time.Example:
The following example prints the minutes portion of the current time to the variable hrs.<html> <head> <title>JavaScript getUTCMinutes Method</title> </head> <body> <script type="text/javascript"> var dt = new Date(); document.write("getUTCMinutes() : " + dt.getUTCMinutes() ); </script> </body> </html> |
getUTCMinutes() : 32
+JavaScript +JavaScript Frameworks Links +Javascript Development +JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn +Javascript Problems +JavaScriptOn +javaScript is a creek in West Virginia in the summe +enJineS +JavascriptU +Javascript Tutor
No comments: