JavaScript Date getUTCMinutes() methodThe JavaScript date getUTCMinutes() method returns the minutes for the specified date on the basis of universal time. SyntaxThe getUTCMinutes() method is represented by the following syntax: ReturnAn integer value between 0 and 59 that represents the minute. JavaScript Date getUTCMinutes() method exampleHere, we will understand getUTCMinutes() method through various examples. Example 1Let's see an example to print the value of current minute according to universal time. Test it NowOutput: Minute value : 45 Example 2Let's see an example to print the value of minute from the given date according to universal time. Test it NowOutput: Minute value1 : 59 Minute value2 : 29 Next TopicJavaScript Date |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India