From 99bc6b67abf771e76fa18c2c661c149300190b5d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 24 Mar 2013 21:25:29 +0100 Subject: [PATCH] cleanups --- ChangeLog.txt | 4 ++++ doc/en/datetime.txt | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index f6a01740cb..ae4905685e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/doc/en/datetime.txt b/doc/en/datetime.txt index 2b76cbd215..88bc85baf3 100644 --- a/doc/en/datetime.txt +++ b/doc/en/datetime.txt @@ -138,7 +138,7 @@ $SYNTAX$ CToD( ) --> dDate $ARGUMENTS$ - A character date in format 'mm/dd/yy' + A character date in format "mm/dd/yy" $RETURNS$ 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 . If a NULL date (CToD('')) is passed to the + date expression . If a NULL date (CToD( "" )) is passed to the function, the value of the function will be 0. $EXAMPLES$ ? Month( Date() )