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>quarter()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 QUARTER()
 Determines the quarter in which a specific date lies
------------------------------------------------------------------------------
 Syntax

     QUARTER([<dDate>]) --> nQuarter

 Argument

     <dDate>  Designates in which quarter the specified date lies.  The
     default is the system date.

 Returns

     QUARTER() returns a number that identifies the quarter in which <dDate>
     lies.

 Description

     QUARTER() determines which quarter of the year <dDate> lies.

 Note

     .  When no date is specified, the function automatically uses the
        system date.  An empty date returns 0 as a result.

 Example

     Compute a delivery date:

     ? "We will deliver in quarter ", QUARTER(CTOD("07/12/1991")), "1991"


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