TDWK
(TDWK(
arg
))
Returns the day of the week as text, where
arg
is a value that has either a DATE or DATETIME data type.
In the following example, the value of
vtdwk
is
Saturday
.
SET VAR vtdwk = (TDWK('12/02/95'))