mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-20 02:48:56 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95747 c90b9560-bf6c-de11-be94-00142212c4b1
75 lines
1.7 KiB
XML
75 lines
1.7 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.5 $ -->
|
|
<reference id="ref.datetime">
|
|
<title>Date and Time functions</title>
|
|
<titleabbrev>Date/Time</titleabbrev>
|
|
<partintro>
|
|
<section id="datetime.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
These functions allow you to get the date and time from the server
|
|
where your PHP scripts are running. You can use these functions to format the
|
|
date and time in many different ways.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
Please keep in mind that these functions are dependent on
|
|
the locale settings of your server. Make sure to take
|
|
daylight saving time and leap years into consideration when working
|
|
with these functions.
|
|
</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
|
|
-->
|
|
|