DOW()
Value for the day of week.
Syntax
DOW(<dDate>) --> nDay
Arguments
<dDate> Any valid date expression
Returns
<nDay> The current day number
Description
This function returns the number representing the day of the week for the date expressed as <dDate>.
Examples
? DOW( Date() ) ? DOW( Date() - 6584 )
Compliance
Clipper
Platforms
All
Files
Library is rtl
Seealso
DTOC(), CDOW(), DATE(), DTOS(), DAY()
Pingback: Harbour All Functions – D | Viva Clipper !
Pingback: Harbour Date & Time Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !