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.