|
MONTHNAME() Advantage Concepts |
|
|
Advantage Expression Engine function that returns the month name of a date value
Syntax
MONTHNAME( <dDate> ) -> cMonthName
Parameters
<dDate> A date value to convert.
Return Values
MONTHNAME() returns the string name for the month of the date value. If the date value is empty, MONTHNAME() returns an empty string.
Remarks
MONTHNAME() is a date conversion function used to return the month name of the date value.
Advantage Expression Engine functions can be used in expressions such as record filter expressions and index expressions. They are not necessarily scalars supported within SQL statements. For a list of supported SQL scalar functions, see Supported Scalar Functions.
See Also