cleanups
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
$SYNTAX$
|
||||
CToD( <cDateString> ) --> dDate
|
||||
$ARGUMENTS$
|
||||
<cDateString> A character date in format 'mm/dd/yy'
|
||||
<cDateString> A character date in format "mm/dd/yy"
|
||||
$RETURNS$
|
||||
<dDate> A date expression
|
||||
$DESCRIPTION$
|
||||
@@ -410,7 +410,7 @@
|
||||
0 to 12
|
||||
$DESCRIPTION$
|
||||
This function returns a number that represents the month of a given
|
||||
date expression <dDate>. If a NULL date (CToD('')) is passed to the
|
||||
date expression <dDate>. If a NULL date (CToD( "" )) is passed to the
|
||||
function, the value of the function will be 0.
|
||||
$EXAMPLES$
|
||||
? Month( Date() )
|
||||
|
||||
Reference in New Issue
Block a user