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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: DAYSINMONTH function}}
 +
{{Documentation/CalcFunc DateTimeTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_DAYS360_function
 +
|NextPage=Documentation/How_Tos/Calc:_DAYSINYEAR_function
 +
}}__NOTOC__
  
 
== DAYSINMONTH ==
 
== DAYSINMONTH ==
Line 14: Line 19:
 
: 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).
  
=== See also: ===
+
=== Issues: ===
'''[[Documentation/How_Tos/Calc: EOMONTH function|EOMONTH]]''',
+
<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/How_Tos/Calc: DAYSINYEAR function|DAYSINYEAR]]''',
+
'''[[Documentation/How_Tos/Calc: DAYS function|DAYS]]'''
+
  
'''[[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]'''
+
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: EOMONTH function|EOMONTH]]
 +
* [[Documentation/How_Tos/Calc: DAYSINYEAR function|DAYSINYEAR]]
 +
* [[Documentation/How_Tos/Calc: DAYS function|DAYS]]
  
'''[[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]'''
+
* [[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
  
=== Issues: ===
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
<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(EOMONTH(date;0))'''</tt>.
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Date and Time functions]]

Latest revision as of 14:00, 30 January 2024



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



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_DAYSINMONTH_function&oldid=259703"
Views
Personal tools
Navigation
Tools