|
CMonth()
Convert a date to a month name as a string.
Syntax
CMonth(<dDate>)
--> cMonth
Arguments
<dDate> --> is the date value to
convert.
Returns
CMonth() returns the name of the month as a
character string from a date value with the first letter uppercase
and the rest lowercase. For a null date value, CMonth() returns a
null string ("").
Description
CMonth() is a date conversion function useful for
creating date strings for presentation.
____________________________
Related Topics
Business
Function List
|