in reply to
Finding End of Month's date
Have a look at
Date::Calc
or
Date::Calendar
. If you are looking for a web/CGI solution, I frequently use and suggest
HTML::CalendarMonth
by
mojotoad
.
update:
see also
Calendar::Simple
Comment on
Re: Finding End of Month's date
In Section
Seekers of Perl Wisdom