Knowledge Walls
Laya
Hyderabad, Andhra Pradesh, India
Date.prototype.getMinutes() Method in Date Class of Javascript Syntax with Examples
1896 Views
Usage  
The getMinutes() method is used to return the minutes for mentioned date based on local time.
Syntax 
dateObject.getMinutes()
Example  
var Newyear = new Date('January 1, 2015 21:27:30');
var minutes = Newyear.getMinutes();
document.write(minutes);
 
Output  
27
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