php-doc-en/reference/datetime/reference.xml
2002-04-26 10:42:30 +00:00

75 lines
1.7 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $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;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->