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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 13: Line 13:
 
<tt>'''DAYSINMONTH("2012-02-14")'''</tt>
 
<tt>'''DAYSINMONTH("2012-02-14")'''</tt>
 
: returns <tt>'''29'''</tt>, the number of days in February 2012 (2012 is a leap year).
 
: returns <tt>'''29'''</tt>, the number of days in February 2012 (2012 is a leap year).
 +
 +
=== Issues: ===
 +
<tt>'''DAYSINMONTH'''</tt> is not part of the forthcoming ODFF international standard, and should not be regarded as portable. An alternative would be <tt>'''DAY(DATE(YEAR(date);MONTH(date)+1;0))'''</tt>.
  
 
{{Documentation/SeeAlso|
 
{{Documentation/SeeAlso|
Line 25: Line 28:
 
* [[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: ===
 
<tt>'''DAYSINMONTH'''</tt> is not part of the forthcoming ODFF international standard, and should not be regarded as portable. An alternative would be <tt>'''DAY(DATE(YEAR(date);MONTH(date)+1;0))'''</tt>.
 

Revision as of 09:56, 2 March 2009


DAYSINMONTH

Returns the number of days in a month.

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

Syntax:

DAYSINMONTH(date)

returns the number of days in the month in which date lies.

Example:

DAYSINMONTH("2012-02-14")

returns 29, the number of days in February 2012 (2012 is a leap year).

Issues:

DAYSINMONTH is not part of the forthcoming ODFF international standard, and should not be regarded as portable. An alternative would be DAY(DATE(YEAR(date);MONTH(date)+1;0)).

Template:Documentation/SeeAlso

Personal tools