Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > T

TMON

Scroll Prev Top Next More

(TMON(arg))

 

Returns the month name as text where arg is a value that has either a DATE or DATETIME data type.

 

In the following example, the value of vtmon is November.

 

SET VAR vtmon = (TMON('11/12/95'))