IMON
(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'))