Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > D

DEXTRACT

Scroll Prev Top Next More

(DEXTRACT(datetime))

 

Returns the date portion of a value that has a DATETIME data type.

 

In the following example, the value of vdextract is 06/12/93.

 

SET VAR vdextract = (DEXTRACT('06/12/93 12:15:30.123'))