JavaScript Date getMinutes() methodThe JavaScript date getMinutes() method returns the minutes in the specified date on the basis of local time. SyntaxThe getMinutes() method is represented by the following syntax: ReturnAn integer value between 0 and 59 that represents the minute. JavaScript Date getMinutes() method exampleHere, we will understand getMinutes() method through various examples. Example 1Let's see an example to print the value of current minute. Test it NowOutput: 9 Let's see an example to print the value of minute from the given date. Test it NowOutput: 22 Next TopicJavaScript Math |
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