I can't seem to find anything recent, and it's possible I might be behind the times and am just searching the wrong terms and such so I am hoping someone here can be helpful or might have some suggestions.
I have two date fields, one an invoice date and one a due date. What I'd like to happen is that I choose or change a date in the invoice date and the due date is automatically updated to reflect a date 30 days after the invoice date.
<input id="dateInvoice" type="date"/>
<input id="dueDate" type="date"/>