From cc64ab471b8d3097c6bd722ff124cd6c633615ba Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 7 Dec 2001 20:43:00 +0000 Subject: [PATCH] fix checkdate prototype, add some see alsos, and s/english/English/ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64245 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/datetime.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/functions/datetime.xml b/functions/datetime.xml index 994a1165a2..9784e9c428 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -1,5 +1,5 @@ - + Date and Time functions Date/time @@ -13,7 +13,7 @@ Description - int checkdate + bool checkdate int month int day int year @@ -43,6 +43,9 @@ + + See also mktime and strtotime. + @@ -1093,7 +1096,7 @@ print (strftime ("%A.\n")); strtotime - Parse about any english textual datetime description into a UNIX + Parse about any English textual datetime description into a UNIX timestamp @@ -1109,7 +1112,7 @@ print (strftime ("%A.\n")); - The function expects to be given a string containing an english + The function expects to be given a string containing an English date format and will try to parse that format into a UNIX timestamp. Upon failure, -1 is returned.