This commit is contained in:
Viktor Szakats
2013-03-24 21:25:29 +01:00
parent ec87fbc449
commit 99bc6b67ab
2 changed files with 6 additions and 2 deletions

View File

@@ -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() )