Function CDow() Foundation
Converts a date value into the weekday name.
CDow( <dDate> ) --> cNameOfDay
The return value of CDow() is a character string containing the name of the weekday. When <dDate> contains an empty date, a null string ("") is returned.
The conversion function CDow() is used to format date values. The names of the weekdays returned from CDow() depend on the operating system's country settings.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.