|
CDOW()
Convert a date to a character day of the
week.
Syntax
CDOW(<dExp>)
--> cDayName
Arguments
<dExp> --> is the date value to
convert.
Returns
CDOW() returns the day of the week as a character
string. The first letter is uppercase and the rest is lowercase.
For a null date value, CDOW() returns a null string ("").
Description
CDOW() is a date conversion function that
converts a date value to a string of characters for
presentation.
Example
CDOW(CTOD('01/01/99'))
* Returns:
Friday
____________________________
Related Topics
Business
Function List
|