Difference between revisions of "Documentation/How Tos/Calc: YEAR function"
From Apache OpenOffice Wiki
< Documentation | How Tos
Javier Lopez (talk | contribs) |
|||
Line 60: | Line 60: | ||
: 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>. | ||
− | {{ | + | {{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]] |
Revision as of 07:30, 17 July 2018
CALC FUNCTIONS
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