Please anyone share the code to find the previous month's first date from current date in JavaScript. For example, if the current date is 25th Jan 2009, I should get 1st Dec 2008 as result.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Straightforward enough, with the date methods:
|
|||||||||||||
|
|
Check this link: http://blog.dansnetwork.com/2008/09/18/javascript-date-object-adding-and-subtracting-months/ EDIT: I have drummed up an example:
Andrew |
|||||||
|