Knowledge Walls
Laya
Hyderabad, Andhra Pradesh, India
Date.prototype.getHours() Method in Date Class of Javascript Syntax with Examples
1993 Views
Usage  
The getHours() method is used to return the hour for mentioned date based on local time.
Syntax  
dateObject.getHours()
Example
var Newyear = new Date('January 1, 2015 21:00:00');
var hours = Newyear.getHours();
document.write(hours);
Output  
21
Best Lessons of "Javascript Syntax with Examples"
Top lessons which are viewed more times.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details