Function reference
Return the last day of the month as a date data type.

LastDayOfMonth( string date )
Argument Description
string date The date represented as a string

Data type: Date

Example:
Expression returns 2013-10-31
LastDayOfMonth( ’2013-10-27’)

Last modified: 23 May 2021