FirstDayOfYear(Date date)
Returns the first day of the year in which the date falls.
Parameters
- date
- The date to check.
Returns
Date
Examples
FirstDayOfYear(Today())
returns the first day of the current year.
Returns the first day of the year in which the date falls.
Date
FirstDayOfYear(Today())
returns the first day of the current year.