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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
(See also:)
Line 19: Line 19:
 
'''[[Documentation/How_Tos/Calc: DAYSINMONTH function|DAYSINMONTH]]''',
 
'''[[Documentation/How_Tos/Calc: DAYSINMONTH function|DAYSINMONTH]]''',
 
'''[[Documentation/How_Tos/Calc: DAYS function|DAYS]]'''
 
'''[[Documentation/How_Tos/Calc: DAYS function|DAYS]]'''
 +
 +
'''[[Documentation/How_Tos/Calc: Date & Time functions#Date and Time overview|Date & Time overview]]'''
  
 
'''[[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]'''
 
'''[[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: Functions listed by category|'''Functions listed by category''']]
  
 
=== Issues: ===
 
=== Issues: ===
 
<tt>'''DAYSINYEAR'''</tt> is not part of the forthcoming ODFF international standard, and should not be regarded as portable.
 
<tt>'''DAYSINYEAR'''</tt> is not part of the forthcoming ODFF international standard, and should not be regarded as portable.

Revision as of 07:15, 12 September 2008


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

See also:

ISLEAPYEAR, WEEKSINYEAR, DAYSINMONTH, DAYS

Date & Time overview

Date & Time functions

Functions listed alphabetically, Functions listed by category

Issues:

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

Personal tools