Help for this page

Select Code to Download


  1. or download this
    my $c = HTML::CalendarMonth->new(
                                     year    => 2003,
    ...
                                    );
    $c->maxrow($c->maxrow + 1);
    print $c->as_HTML;