Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>bom()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson