Hi - Can anyone help me understand why the following does not produce the
correct future date?

my $exp_date = DateCalc('today', "+$membership_period days");

It works if I use:

my $exp_date = DateCalc('today', "+7 days");

Any help is appreciated !! Eyes have been looking at the screen for a while
;)

Reply via email to