Do check out HTML::Calendar::Simple it has a lot of useful functions (such as adding a pin up picture above the data!). If you need even more functionality there is HTML::CalendarMonthSimple or if you want to have total control HTML::CalendarMonth (which is built upon HTML::ElementTable).use strict; use HTML::Calendar::Simple; my $cal = HTML::Calendar::Simple->new; my $html = $cal->calendar_month; print $html;
Of course all these are on a calender month basis, but can be used as a basis and inspiration for your -15 to +15 calender.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
In reply to Re: cgi calander
by CountZero
in thread cgi calander
by mikejones
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |