1Time::DaysInMonth(3)  User Contributed Perl Documentation Time::DaysInMonth(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

18       David Muir Sharnoff <muir@idiom.org>
19

BUGS

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

LICENSE

25       Copyright (C) 1996-1999 David Muir Sharnoff.  License hereby granted
26       for anyone to use, modify or redistribute this module at their own
27       risk.  Please feed useful changes back to muir@idiom.org.
28
29
30
31perl v5.32.0                      2020-07-28              Time::DaysInMonth(3)
Impressum