[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| CMONTH |
+---------------------------------+
CMONTH(<expD>)
-----------------------------------
Returns name of month from <expD>.
Return value - Character
-----------------------------------
+---------------------------------+
| Examples |
+---------------------------------+
? CMONTH({9/25/91})
STORE {6/25/91} TO due_date
? 'Your payment was due in', CMONTH(due_date)
STORE due_date+60 TO finaldate
? 'You must pay by', CMONTH(finaldate)
-----------------------------------
See Also: DMY(), GOMONTH(), MDY(), MONTH()
-----------------------------------
See Also:
DMY()
GOMONTH()
MDY()
MONTH()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson