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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 22: Line 22:
  
 
'''[[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]'''
 
'''[[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]'''
 +
 +
=== Issues: ===
 +
<tt>'''DAYSINMONTH'''</tt> is not part of the forthcoming ODFF international standard, and should not be regarded as portable.

Revision as of 09:12, 17 February 2008


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).

See also:

EOMONTH, DAYSINYEAR, DAYS

Date & Time functions

Date & Time overview

Issues:

DAYSINMONTH is not part of the forthcoming ODFF international standard, and should not be regarded as portable.

Personal tools