VA FileMan V. 22.0 Getting Started HTML Manual Banner


 

Main Chapter Getting Started Manual Programmer Manual

VA FileMan Functions


MONTHNAME

Format: MONTHNAME(n)
Parameters: n is an expression that evaluates to an integer from 1 through 12.
Use: This function returns the full name of the month corresponding to n.
Examples:

MONTHNAME(4)=> APRIL

MONTHNAME(+$E(DATE OF BIRTH,4,5))=> APRIL [Function $E extracts the 4th and 5th digits from a date stored in FileMan internal format: YYYMMDD.]

 


Reviewed/Updated: March 4, 2007