Month:
Syntax:
month name
where: name is a date varible with the data type to get the month from.
Program Example:
d?=12/25/1998;
month m%,d?
{m% has now the value 12}
Program File
Application File
Return
Last Updated: July 1998.