in reply to Re: Date::Calc to HTML::CalendarMonth
in thread Date::Calc to HTML::CalendarMonth
I'll check out the modules you mention, though I'm still interested in getting the html::calmonth working as it seems to be geared up for this. Thanks for your help.my $d = $query->param('days'); #2 digit my $m = $query->param('months'); #2 digit my $y = $query->param('years'); #4 digit my $Dd = $query->param('Dd'); $days = Date_to_Days($y,$m,$d);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Date::Calc to HTML::CalendarMonth
by Mr. Muskrat (Canon) on Nov 11, 2002 at 20:27 UTC | |
by jonnyfolk (Vicar) on Nov 11, 2002 at 23:01 UTC | |
by Mr. Muskrat (Canon) on Nov 11, 2002 at 23:20 UTC |