mirror of
https://github.com/php/doc-es.git
synced 2026-03-24 15:32:36 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@182231 c90b9560-bf6c-de11-be94-00142212c4b1
80 lines
2.0 KiB
XML
80 lines
2.0 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.5 $ -->
|
|
<!-- EN-Revision: 1.7 Maintainer: lboshell Status: ready -->
|
|
<reference id="ref.datetime">
|
|
<title>Funciones de Fecha y Hora</title>
|
|
<titleabbrev>Fecha/Hora</titleabbrev>
|
|
<partintro>
|
|
<section id="datetime.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Estas funciones le permiten obtener la fecha y hora del servidor
|
|
en donde están siendo ejecutados sus scripts PHP. Puede
|
|
usar estas funciones para dar formato a las fechas y horas en
|
|
muchas maneras diferentes.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
Por favor tenga en cuenta que éstas funciones dependen de
|
|
los parámetros de localidad de su
|
|
servidor. Asegúrese de tener en cuenta el tiempo de
|
|
preservación de luz del día (use
|
|
p.ej. <literal>$fecha = strtotime('+7 days', $fecha)</literal> y
|
|
no <literal>$fecha += 7*24*60*60</literal>) y los años
|
|
bisiestos cuando trabaje con éstas funciones.
|
|
</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
|
|
-->
|