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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
Line 3: Line 3:
 
== YEAR ==
 
== YEAR ==
 
Returns the year of a given date.  
 
Returns the year of a given date.  
 
  
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''YEAR(date)'''</tt>
 
<tt>'''YEAR(date)'''</tt>
: returns the year of <tt>'''date'''</tt> as a number. <tt>'''date'''</tt> may be text or a date-time serial number.
+
: returns the year of <tt>'''date'''</tt> as a number.
  
 +
: <tt>'''date'''</tt> may be text or a date-time serial number.
  
 
=== Example: ===
 
=== Example: ===
Line 16: Line 16:
 
<tt>'''YEAR(A1)'''</tt>
 
<tt>'''YEAR(A1)'''</tt>
 
: 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: ===
 
=== See also: ===

Revision as of 12:47, 18 January 2008


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("6Jun2008")

returns 2008.

YEAR(A1)

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

See also:

MONTH, DAY, WEEKDAY, HOUR, MINUTE, SECOND

Date & Time functions

Date & Time overview

Personal tools