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