Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Grumpfish Library 3.2 - <b>gfmonth()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GFMONTH()

    This function is similar to Clipper's CMONTH(), except that it
    allows for greater flexibility in international applications.

    Syntax

    GFMONTH([<date>])

    Required Parameter

    <date> is a date expression.  If you do not pass this parameter,
    the system date will be used.

    Return Value

    GFMONTH() returns a character string representing the name of the
    month that <date> falls within.

    Notes

    GFDAY() triggers automatically based on the current DATE format.
    It is designed for use in either English, French, or German.  Note
    that because BRITISH and FRENCH date formats are identical, the
    default language will be English.  If you wish to change this, you
    should recompile the file GFMONTH.PRG with the following syntax:

    clipper gfmonth /n/dFRENCH

    Sample Usage

    set date german                          
    ? GFMONTH(ctod("07/01/90")   // "Juli"   
    set date british                         
    ? GFMONTH(ctod("01/01/91"))  // "January"

See Also: GFDAY() DATEWORD()

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