mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
new structure, some text in partintro added.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80041 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a7bae4294a
commit
99e4107137
1 changed files with 46 additions and 1 deletions
|
@ -1,8 +1,53 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.datetime">
|
||||
<title>Date and Time functions</title>
|
||||
<titleabbrev>Date/time</titleabbrev>
|
||||
<partintro>
|
||||
<section id="datetime.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
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.
|
||||
</simpara>
|
||||
</note>
|
||||
|
||||
</section>
|
||||
|
||||
<section id="datetime.required">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</section>
|
||||
|
||||
<section id="datetime.installation">
|
||||
&reftitle.install;
|
||||
&no.install;
|
||||
</section>
|
||||
|
||||
<section id="datetime.runtime">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
|
||||
<section id="datetime.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
<section id="datetime.constants">
|
||||
&reftitle.constants;
|
||||
&no.constants;
|
||||
</section>
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.datetime.functions;
|
||||
|
||||
|
|
Loading…
Reference in a new issue