LastDayOfMonth(Date date)
Returns the last day of the month in which the date falls.
Parameters
- date
- The date to check.
Returns
Date
Examples
LastDayOfMonth(#2013-02-20#)
returns 2/28/2013.
Returns the last day of the month in which the date falls.
Date
LastDayOfMonth(#2013-02-20#)
returns 2/28/2013.