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]

BOY()

Gets the first date of the year.
---------------------------------------------------------------------------------

 Syntax

        BOY( <dDate> )  --> dBOY  

 Arguments

        <dDate>     A valid date.    

 Returns

        <dBOY>      The first day in the year.    

 Description

      This function returns the first date of a given year date.

 Examples

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

Status

      Ready

 Compliance

      This function is new in Harbour.

 Platforms

      All

 Files

      Library is libmisc



See Also: EOY()

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