Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

IDIM

Scroll Prev Top Next More

(IDIM(arg))

 

Where arg is a value that has a DATE data type, IDIM returns the number of days within that month.

 

In the following example, the value of vidim is 31.

 

SET VAR vidim = (IDIM('03/15/2006'))