EndOfMonth
Returns the last day of the month for a given date.
Usage
EndOfMonth(date)
date (required) The date from which the month is to be computed.
Example
Extract the last day of the month from the [Invoice Date] column:
EndOfMonth([Invoice Date])