As title says, I’m stuck on finding a way to get the first and last date of the current month with JavaScript or jQuery, and format it as:
For example, for November it should be :
var firstdate="11/01/2012";
var lastdate="11/30/2012";
As title says, I’m stuck on finding a way to get the first and last date of the current month with JavaScript or jQuery, and format it as:
For example, for November it should be :
var firstdate="11/01/2012";
var lastdate="11/30/2012";