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