Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > T

TDWK

Scroll Prev Top Next More

(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'))