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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: YEAR function}}
 +
{{Documentation/CalcFunc DateTimeTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_NOW_function
 +
|NextPage=Documentation/How_Tos/Calc:_MONTH_function
 +
}}__NOTOC__
  
 
== YEAR ==
 
== YEAR ==
Line 11: Line 16:
  
 
=== Example: ===
 
=== Example: ===
<tt>'''YEAR("6Jun2008")'''</tt>
+
<tt>'''YEAR("2008-06-04")'''</tt>
 
: returns <tt>'''2008'''</tt>.
 
: returns <tt>'''2008'''</tt>.
  
Line 17: Line 22:
 
: where cell A1 contains the date <tt>'''23Nov83'''</tt> as a date-time serial number, returns <tt>'''1983'''</tt>.
 
: where cell A1 contains the date <tt>'''23Nov83'''</tt> as a date-time serial number, returns <tt>'''1983'''</tt>.
  
=== See also: ===
+
{{SeeAlso|EN|
'''[[Documentation/How_Tos/Calc: MONTH function|MONTH]]''',
+
* [[Documentation/How_Tos/Calc: MONTH function|MONTH]]
'''[[Documentation/How_Tos/Calc: DAY function|DAY]]''',
+
* [[Documentation/How_Tos/Calc: DAY function|DAY]]
'''[[Documentation/How_Tos/Calc: WEEKDAY function|WEEKDAY]]''',
+
* [[Documentation/How_Tos/Calc: WEEKDAY function|WEEKDAY]]
'''[[Documentation/How_Tos/Calc: HOUR function|HOUR]]''',
+
* [[Documentation/How_Tos/Calc: HOUR function|HOUR]]
'''[[Documentation/How_Tos/Calc: MINUTE function|MINUTE]]''',
+
* [[Documentation/How_Tos/Calc: MINUTE function|MINUTE]]
'''[[Documentation/How_Tos/Calc: SECOND function|SECOND]]'''
+
* [[Documentation/How_Tos/Calc: SECOND function|SECOND]]
  
'''[[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: Date & Time functions#Date and Time overview|Date & Time overview]]'''
+
* [[Documentation/How_Tos/Calc: Date & Time functions|Date & Time functions]]
 +
 
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Date and Time functions]]

Latest revision as of 13:44, 30 January 2024



YEAR

Returns the year of a given date.

Syntax:

YEAR(date)

returns the year of date as a number.
date may be text or a date-time serial number.

Example:

YEAR("2008-06-04")

returns 2008.

YEAR(A1)

where cell A1 contains the date 23Nov83 as a date-time serial number, returns 1983.



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