I have an html form that has a "date created" date input, a "number of months" number input, and a "due date" read only date input.
Basically what I want to do is when the user initializes the value of "date created" and then proceeds to change the value of the "number of months", the "due date" will automatically calculate for itself the moment the user changes the "number of months".
Any solution will be of great help. Thanks very much!
P.S. if its important, I will be using a php script to send these values to a mysql server.