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