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";

2 Answers
2

Leave a Reply

Your email address will not be published. Required fields are marked *