time::daysinmonth(3pm) debian man page | unix.com

Man Page: time::daysinmonth

Operating Environment: debian

Section: 3pm

Time::DaysInMonth(3pm)					User Contributed Perl Documentation				    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);
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@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@idiom.org. perl v5.12.3 2008-03-31 Time::DaysInMonth(3pm)
Related Man Pages
time::seconds(3pm) - mojave
time::seconds5.18(3pm) - mojave
time::julianday(3) - suse
time::ctime(3pm) - debian
time::seconds(3perl) - debian
Similar Topics in the Unix Linux Community
DiffElapsed time between unix timestamps help needed...