Hello,
I have a perl cgi that saves form data to a flatfile database. One of the form fields asks the user to say whether they need to move (rental property company) in 10 days, 20 days, etc.
Anyway, next to that field in the database, I want to add another field which gives a date equal to the date the user submits the form plus the number of days the user selects.
So if they submitted it on October 2nd, and selected to move in 20 days, I'd want the field to say "October 22".
Can this be done? If so, how?
Thankyou very much.