FISCAL_QUARTER

Returns a number representing the fiscal quarter of "date_expression". This differs from CALENDAR_QUARTER() if your organization uses a fiscal year that does not match the Gregorian calendar. If your fiscal year starts in July, 1 for July 15 and 4 for June 6

Syntax

FISCAL_QUARTER ( date_expression )

Example

FISCAL_QUARTER ( '2012-02-29' )

Result

3