diff --git a/functions/datetime.xml b/functions/datetime.xml index 3bc5a1b8cb..08f13db8dc 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -1,4 +1,4 @@ - + Date and Time functions Date/time @@ -284,8 +284,8 @@ $today = date("H:i:s"); // 17:16:17 functions. - See also gmdate and - mktime. + See also gmdate, + mktime and strftime. @@ -452,7 +452,7 @@ echo gmdate ("M d Y H:i:s", mktime (0,0,0,1,1,1998)); See also date, mktime, - and gmmktime. + gmmktime and strftime