Hi Monks,
This is a two parter. I have a timestamp field in my MySQL table. Since it stores this automagically I'm in luck!
I have a select box on my HTML form of 1 week, 1 month, 1 year as options. How do I get a Perl timestamp that's the same as MySQL? I guess that's the first question.
The 2nd part is how do I add time on to it? For example, if my boss selects 1 week from the form, I need to calculate just that.. Exactly 7 days from now.