Query: date::leapyear
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
|---|
| ost_date(3) - debian |
| date::calc::xs(3pm) - suse |
| date::manip::tzdata(3) - centos |
| date::calc::xs(3pm) - centos |
| email::date::format(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |