what does getdate return in javascript code example
Example: javascript getdate
var d=new Date();
d.getDate(); //returns the day of the month (from 1 to 31)
var d=new Date();
d.getDate(); //returns the day of the month (from 1 to 31)