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