$quarter(calendar)

$quarter(calendar) returns the start of the current quarter according to the given calendar.

For example, if today is January 5, 2005, and the current quarter in the Fiscal calendar is from November 28, 2004 to February 26, 2005, then the following expression will return 11/28/2004 (the beginning of the current quarter according to the Fiscal calendar):

$quarter(Fiscal)