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