FISCAL_YEAR

Returns a number representing the fiscal year of "date_expression". This differs from CALENDAR_YEAR() if your organization uses a fiscal year that does not match the Gregorian calendar.

Syntax

FISCAL_YEAR ( date_expression )

Example

FISCAL_YEAR ( '2012-02-29' )

Result

2012