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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Issues:)
m
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: DAYSINYEAR function}}
 +
{{Documentation/CalcFunc DateTimeTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_DAYSINMONTH_function
 +
|NextPage=Documentation/How_Tos/Calc:_WEEKS_function
 +
}}__NOTOC__
  
 
== DAYSINYEAR ==
 
== DAYSINYEAR ==
Line 14: Line 19:
 
: returns <tt>'''366'''</tt>, the number of days in 2012 (2012 is a leap year).
 
: returns <tt>'''366'''</tt>, the number of days in 2012 (2012 is a leap year).
  
=== See also: ===
+
=== Issues: ===
'''[[Documentation/How_Tos/Calc: ISLEAPYEAR function|ISLEAPYEAR]]''',
+
<tt>'''DAYSINYEAR'''</tt> is not part of the ODFF international standard, and is not portable. Try <tt>'''365+(MONTH(DATE(YEAR(date);2;29))=2)'''</tt> if you wish a portable result.
'''[[Documentation/How_Tos/Calc: WEEKSINYEAR function|WEEKSINYEAR]]''',
+
'''[[Documentation/How_Tos/Calc: DAYSINMONTH function|DAYSINMONTH]]''',
+
'''[[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: ISLEAPYEAR function|ISLEAPYEAR]]
 +
* [[Documentation/How_Tos/Calc: WEEKSINYEAR function|WEEKSINYEAR]]
 +
* [[Documentation/How_Tos/Calc: DAYSINMONTH function|DAYSINMONTH]]
 +
* [[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>'''DAYSINYEAR'''</tt> is not part of the forthcoming ODFF international standard, and is not portable. Try <tt>'''365+(MONTH(DATE(YEAR(date);2;29))=2)'''</tt> if you wish a portable result.
+
* [[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:02, 30 January 2024



DAYSINYEAR

Returns the number of days in a year.

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

Syntax:

DAYSINYEAR(date)

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

Example:

DAYSINYEAR("2012-02-14")

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

Issues:

DAYSINYEAR is not part of the ODFF international standard, and is not portable. Try 365+(MONTH(DATE(YEAR(date);2;29))=2) if you wish a portable result.



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