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