Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 631 Bytes

getEndOfMonth.md

File metadata and controls

23 lines (17 loc) · 631 Bytes

Go to Back

Description

The method returns the date of the first day of the month.

getEndOfMonth ( aDate ) -> Function result
Parameter Type in/out Description
aDate Date in aDate for which to return the last day of the month
result Date out Date representing the first day of the month

Example

The following example returns the last day of the month for the current day:

$start:=getEndOfMonth (Current date)