Time::DaysInMonth - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION AUTHOR BUGS LICENSE
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 AT 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 AT idiom.org.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:17 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top