1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-24 15:32:36 +01:00
Files
archived-doc-es/reference/datetime/reference.xml
Leonardo Boshell 3155ded1b0 Actualizaciones
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@182231 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-16 08:18:21 +00:00

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&aacute;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 &eacute;stas funciones dependen de
los par&aacute;metros de localidad de su
servidor. Aseg&uacute;rese de tener en cuenta el tiempo de
preservaci&oacute;n de luz del d&iacute;a (use
p.ej. <literal>$fecha = strtotime('+7 days', $fecha)</literal> y
no <literal>$fecha += 7*24*60*60</literal>) y los a&ntilde;os
bisiestos cuando trabaje con &eacute;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
-->