Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour tools help- GT lib - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

BOM()

Gets the first day in a month.
---------------------------------------------------------------------------------

 Syntax

        BOM( <dDate> )  --> dBOM  

 Arguments

        <dDate>     A valid date.    

 Returns

        <dBOM>      The first day in the month.    

 Description

      This function returns the first day of a given month date.

 Examples

      ? BOM( DToC( "01/25/2000" ) ) -> "01/01/2000"
      ? BOM( DToC( "02/24/2000" ) ) -> "02/01/2000"

Status

      Ready

 Compliance

      This function is new in Harbour.

 Platforms

      All

 Files

      Library is libmisc



See Also: EOM() WOM()

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