My favorite is Date::Manip by Sullivan Beck  - check www.cpan.org

which does just about anything your can think of associated with date and time
in just about any language

use Date::Manip;

$days=&Date_DaysInMonth($m,$y);



Mike Blezien wrote:
Hello,

I am trying to come up with a function, or formula calculation, to determine the total days of a given month, IE: April which has 30 days, Feb has 28 days, March has 31 days... etc

Is there way to do this with Perl

TIA,
Mike(mickalo)Blezien
===============================
Thunder Rain Internet Publishing
Providing Internet Solution that Work
===============================


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to