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