[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
 CDOW()
 Convert a date value to a character day of the week
------------------------------------------------------------------------------
 Syntax
     CDOW(<dExp>) --> cDayName
 Arguments
     <dExp> is the date value to convert.
 Returns
     CDOW() returns the name of the day of the week as a character string.
     The first letter is uppercase and the rest of the string is lowercase.
     For a null date value, CDOW() returns a null string ("").
 Description
     CDOW() is a date conversion function used in formatting date displays
     for reports, labels, and screens.
 Examples
     .  These examples illustrate CDOW():
        ? DATE()                      // Result: 09/01/90
        ? CDOW(DATE())                // Result: Friday
        ? CDOW(DATE() + 7)            // Result: Friday
        ? CDOW(CTOD("06/12/90"))      // Result: Tuesday
 Files   Library is CLIPPER.LIB.
See Also:
CTOD()
DATE()
DAY()
DOW()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson