LibreOffice 24.8 Help
Returns the year as a number according to the internal calculation rules.
YEAR(숫자)
숫자는 년도수를 산출할 내부 날짜값을 지정합니다.
YEAR() returns the integer part of the year.
=YEAR(1)은 1899를 반환합니다.
=YEAR(2)는 1900를 반환합니다.
=YEAR(33333.33)은 1991를 반환합니다.
=YEAR(DATEVALUE("2010-09-28")) returns 2010.