CDOW( )
Topic group Related topics Example
Returns the name of the day of the week of a specified date.
Syntax
CDOW(<expD>)
<expD>
The date whose corresponding weekday name to return.
Description
CDOW( ) returns a character string containing the name of the day of the week on which a date falls. To return the day of the week as a number from 1 to 7, use DOW( ).
If you pass an blank or invalid date to CDOW( ), it returns "Unknown".