Add days to a date field

I have a date field that the user puts inputs the date in which a task was done then I need another field to auto calculate a date 30 days from the imputed date to flag when the task needs to be done again.

Any help appreciated.
 
Do you need to display the "to be done again" date on the form in real time as they change the first date? That would obviously require some Javascript, which can be a bit tricky when dealing with dates.

If not, you could use a form submission script which sets the 'again' date using PHP date object functions, which would be easier.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top