JavaScript Date getHours() methodThe JavaScript date getHours() method returns the hour for the specified date on the basis of local time. SyntaxThe getHours() method is represented by the following syntax: ReturnAn integer value between 0 and 23 that represents the hour. JavaScript Date getHours() method exampleHere, we will understand getHours() method through various examples. Example 1Let's see an example to print the value of current hour. Test it NowOutput: 15 Example 2Let's see an example to print the value of hour from the given date. Test it NowOutput: 20 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