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
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week