This page has a useful feature that adds months to a date, it also adjusts for the end of a month.
http://lawrence.ecorp.net/inet/samples/js-date-fx.shtml
It should be possible to incorporate this into a function that updates the dates in the 4 text boxes using this type of javascript syntax:
Code:
document.getElementById('field1').innerHTML = newdate1;
document.getElementById('field1').value = newdate1;
document.getElementById('field2').innerHTML = newdate2;
document.getElementById('field2').value = newdate2;
Bookmarks