[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DAY()

    DAY() returns an integer representing the day of the month.

Syntax

    DAY(<exp D>)

Returns

    An integer numeric value.

    DAY() returns a number in the range of zero to 31 depending on the
    month of <expD>.  If the month is February, leap years are accounted
    for and the number returned is either 28 or 29.  In Clipper, if the
    date argument is February 29 and the year is not a leap year, the value
    returned is zero.  If the date argument is empty, then DAY() returns
    zero.

See Also: CDOW DOW CMONTH MONTH() YEAR() CTOD DTOC DTOS DATE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson