FirstDayOfQuarter(Date date)
Returns the first day of the quarter in which the date falls.
Parameters
- date
- The date to check.
Returns
Date
Examples
FirstDayOfQuarter(#2013-03-20#)
returns 1/1/2013.
Returns the first day of the quarter in which the date falls.
Date
FirstDayOfQuarter(#2013-03-20#)
returns 1/1/2013.