Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

IMON

Scroll Prev Top Next More

(IMON(arg))

 

Returns the integer month for a particular date, where arg is a value that has a DATE or DATETIME data type.

 

In the following example, the value of vimon is 5.

 

SET VAR vimon = (IMON('05/20/95'))