Date::Leapyear(3pm) User Contributed Perl Documentation Date::Leapyear(3pm)NAMEDate::Leapyear - Is a particular year a leap year?SYNOPSISuse Date::Leapyear; if ( isleap(1945) ) { ... }DESCRIPTIONDate::Leapyear exports one function - isleap - which returns 1 or 0 if a year is leap, or not, respectively. isleap $true = isleap( 2004 ); Returns 1 in a leap year, 0 otherwise.AUTHORRich Bowen (rbowen@rcbowen.com) perl v5.10.1 2009-04-02 Date::Leapyear(3pm)
| Related Man Pages |
|---|
| dm_zdump(1) - centos |
| date::calc::xs(3pm) - suse |
| date::calc::xs(3pm) - mojave |
| html::calendarmonth::datetool(3pm) - debian |
| date::calc::xs(3pm) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Weird 'find' results |