Knowledge Walls
Laya
Hyderabad, Andhra Pradesh, India
Date.prototype.getUTCHours() Method in Date Class of Javascript Syntax with Examples
1920 Views
Usage 
The getUTCHours() methodd is used to return the hours of the mentioned date according to universal time.
Syntax 
dateObject.getUTCHours()
Example
	var today = new Date();
	var hours = today.getUTCHours();
	document.write(hours);
Output 
7
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