From 99e4107137f132418f4371b47498f52287af87c7 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 26 Apr 2002 10:42:30 +0000 Subject: [PATCH] new structure, some text in partintro added. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80041 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/reference.xml | 47 +++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/reference/datetime/reference.xml b/reference/datetime/reference.xml index eedddb8059..3f8c01e53e 100644 --- a/reference/datetime/reference.xml +++ b/reference/datetime/reference.xml @@ -1,8 +1,53 @@ - + Date and Time functions Date/time + +
+ &reftitle.intro; + + You can use this functions to handle date and time. + This functions allow you to get date and time from the server + where PHP is running on. You can use this functions to format the + output of date and time in many different ways. + + + + Please keep in mind that this functions are depending on + the locale settings of your server. Especially consider + daylight saving time settings and leap years. + + + +
+ +
+ &reftitle.required; + &no.requirement; +
+ +
+ &reftitle.install; + &no.install; +
+ +
+ &reftitle.runtime; + &no.config; +
+ +
+ &reftitle.resources; + &no.resource; +
+ +
+ &reftitle.constants; + &no.constants; +
+ +
&reference.datetime.functions;