User:Syranzi/Documentation/How Tos/Calc: YEAR function
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
YEAR
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.
YEAR(日付)
- 「日付」の年を数字として返します。
- 「日付」の値は文字、または日付・時刻のシリアル値になります。
Example:
例:
YEAR("2008-06-04")
- returns 2008.
YEAR(A1)
- where cell A1 contains the date 23Nov83 as a date-time serial number, returns 1983.
YEAR("2008-06-04")
- 2008 年にあたる「2008」 を返します。
YEAR(A1)
- セル A1 が日付 「83 年 11 月 23 日」を日付・時刻のシリアル値として含む場合、「1983」 を返します。
See Also
関連項目