Difference between revisions of "Documentation/How Tos/Calc: ISLEAPYEAR function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 14: Line 14:
 
<tt>'''ISLEAPYEAR("2012-05-24")'''</tt>
 
<tt>'''ISLEAPYEAR("2012-05-24")'''</tt>
 
: returns <tt>'''1'''</tt>; 2012 is a leap year.
 
: returns <tt>'''1'''</tt>; 2012 is a leap year.
 +
 +
=== Issues: ===
 +
* This function is not available in Excel. Try <tt>'''=MONTH(DATE(YEAR(date);2;29))=2'''</tt> if you need compatibility with Excel.
  
 
{{Documentation/SeeAlso|
 
{{Documentation/SeeAlso|
Line 27: Line 30:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
=== Issues: ===
 
* This function is not available in Excel. Try <tt>'''=MONTH(DATE(YEAR(date);2;29))=2'''</tt> if you need compatibility with Excel.
 

Revision as of 10:55, 2 March 2009


ISLEAPYEAR

Tests if a date is in a leap year.

This function is only available if the Analysis AddIn is installed.

Syntax:

ISLEAPYEAR(date)

Returns 1 if date lies in a leap year, and 0 otherwise.

Example:

ISLEAPYEAR("2012-05-24")

returns 1; 2012 is a leap year.

Issues:

  • This function is not available in Excel. Try =MONTH(DATE(YEAR(date);2;29))=2 if you need compatibility with Excel.

Template:Documentation/SeeAlso

Personal tools