|
MonthEnd()
Returns the last day of the month based on a date
value.
Syntax
MonthEnd(<dDate>) --> dEndDate
Arguments
<dDate> --> is any date of the
applicable month.
Returns
Returns the last day of the month referenced by
<dDate> as a date value.
Description
This function calculates the last day of the
month. It is the opposite of
MonthStart() which returns the first
day of the month.
____________________________
Related Topics
Business
Function List
|