Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > D

DATETIME

Scroll Prev Top Next More

(DATETIME(date,time))

 

Concatenates date and time variables or constants.

 

The following expression concatenates the #DATE and #TIME values into a variable (vdatetime) that has a DATETIME data type.

 

SET VAR vdatetime=(DATETIME(.#DATE,.#TIME))