logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       David Muir Sharnoff <muir@idiom.org>

Bugs

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

Description

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

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 v5.40.0                                       2024-10-29                             Time::DaysInMonth(3pm)

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);

See Also