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

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-03-24 21:25 UTC+0100 Viktor Szakats (harbour syenar.net)
* doc/en/datetime.txt
* cleanups
2013-03-24 20:22 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbct/doc/en/*.txt
* contrib/hbgt/doc/en/hbgt.txt

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