1Time::DaysInMonth(3) User Contributed Perl Documentation Time::DaysInMonth(3)
2
3
4
6 Time::DaysInMonth -- simply report the number of days in a month
7
9 use Time::DaysInMonth;
10 $days = days_in($year, $month_1_to_12);
11 $leapyear = is_leap($year);
12
14 DaysInMonth is simply a package to report the number of days in a
15 month. That's all it does. Really!
16
18 David Muir Sharnoff <muir@idiom.org>
19
21 This only deals with the "modern" calendar. Look elsewhere for
22 historical time and date support.
23
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.1 2021-01-27 Time::DaysInMonth(3)