Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Time::DaysInMonth

Name Time::DaysInMonth
Version 99.1117
Located at /usr/share/perl5
File /usr/share/perl5/Time/DaysInMonth.pm
Is Core No
Search CPAN for this module Time::DaysInMonth
Documentation Time::DaysInMonth
Module Details Time::DaysInMonth

NAME

Time::DaysInMonth -- simply report the number of days in a month


SYNOPSIS

        use Time::DaysInMonth;
        $days = days_in($year, $month_1_to_12);
        $leapyear = is_leap($year);


DESCRIPTION

DaysInMonth is simply a package to report the number of days in a month. That's all it does. Really!


AUTHOR

David Muir Sharnoff <muir@idiom.org>


BUGS

This only deals with the ``modern'' calendar. Look elsewhere for historical time and date support.


LICENSE

Copyright (C) 1996-1999 David Muir Sharnoff. License hereby granted for anyone to use, modify or redistribute this module at their own risk. Please feed useful changes back to muir@idiom.org.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026