EOMONTH |
eomonth returns the date for the last day of the month in the year for the date given in the parameter.
eomonth( exp_date )
|
Element |
Description |
Restrictions |
|
exp_date |
Date type expression. |
None. |
# Search for the last day of the monthday$(eomonth(date$))
The function eomonth returns the date for the last day of the month for the date given in the parameter.
The result is a Date type.
|
Error |
Description |
|
ERMODE (10) |
Incorrect argument. |
|
ERDATE (56) |
Incorrect date. |
DATE$ - DATESYST - DAY - DAY$ - NDAY - MONTH - MONTH$ - YEAR - GDAT$ - DATE
|
|