Query: time::daysinmonth
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Time::DaysInMonth(3) User Contributed Perl Documentation Time::DaysInMonth(3)NAMETime::DaysInMonth -- simply report the number of days in a monthSYNOPSISuse Time::DaysInMonth; $days = days_in($year, $month_1_to_12); $leapyear = is_leap($year);DESCRIPTIONDaysInMonth is simply a package to report the number of days in a month. That's all it does. Really!AUTHORDavid Muir Sharnoff <muir@idiom.com>BUGSThis only deals with the "modern" calendar. Look elsewhere for historical time and date support.LICENSECopyright (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.com. perl v5.12.1 2005-04-26 Time::DaysInMonth(3)
Related Man Pages |
---|
time::seconds(3pm) - mojave |
time::seconds5.18(3pm) - mojave |
time::ctime(3pm) - debian |
time::julianday(3pm) - debian |
time::y2038(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
DiffElapsed time between unix timestamps help needed... |