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.com>
19
21 Copyright (C) 1996-1999 David Muir Sharnoff. License hereby granted
22 for anyone to use, modify or redistribute this module at their own
23 risk. Please feed useful changes back to muir@idiom.com.
24
25
26
27perl v5.8.8 2003-11-25 Time::DaysInMonth(3)