Returns the name of the month, for the given month index
Syntax: |
---|
value = MonthName( expression ) |
Parameter: |
Description: |
---|---|
expression |
Any expression that resolves to an integer between 1 and 12 |
Example: |
---|
PRINT MonthName( Month( test.currentDate ) ) |
Returns: |
---|
Name of the month |
Links: |
---|
|
See Also: |
Edit Time: 9/18/2020 12:01:03 PM |
Topic ID#: 428 |