cleanups
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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