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
|
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