| Contents: | Main | Chapter | See Also: | Getting Started Manual | Programmer Manual | |||
| 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