I’m looking for the easiest, cleanest way to add X months to a JavaScript date.

I’d rather not handle the rolling over of the year or have to write my own function.

Is there something built in that can do this?

20 Answers
20

Leave a Reply

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