getHours() to read hour from data and time

We can get hour part of the date object by using getHours function in JavaScript, Here is an example.
var dt= new Date();
document.write(dt.getHours());
Here is the output based on your time zone and date and time of your ( client ) computer

We can also take hours part from any date variable.
var dt= new Date("Aug 15, 2013 13:52:45");
document.write(dt.getHours());
Output is here


Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com




    Post your comments , suggestion , error , requirements etc here .




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer