[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
BOM()
Determines the date of the first day of a month
------------------------------------------------------------------------------
Syntax
BOM([<dDate>]) --> dBeginningOfMonth
Argument
<dDate> Designates a date for which the first day of the month that
contains this date, is determined. The default is the system date.
Returns
BOM() returns the first day of the month in which <dDate> lies.
Description
BOM() allows you to determine the first day of the month that contains
<dDate>. This allows you to determine how many days have past since the
beginning of the month.
Note
. If no date is passed, then the function automatically uses the
system date. An empty date parameter always returns an empty date.
Example
Display the elapsed days in the current month:
? DATE() - BOM()
See Also:
EOM()
BOQ()
EOQ()
BOY()
EOY()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson