Function reference
Return the first day of the month as a date data type.
Argument | Description |
string date | The date represented as a string |
Data type: Date
Example:
Expression returns 2013-10-01
FirstDayOfMonth( ’2013-10-24’ )
Last modified:
23 May 2021