Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to add a few months to a given date in javascript. more dash than cash!!!
Use getMonth and setMonth: theDate.setMonth(theDate.getMonth() + extraMonths); The object correctly handles the wrap from one year to the next. --- b { font-weight: normal; }