Files
doc-fr/reference/intl/dateformatter.xml
Sergey Panteleev b9b87d60ec Sync DOM, Intl and other docs to English (#152)
Co-authored-by: George Peter Banyard <girgias@php.net>
2022-01-13 12:01:05 +00:00

97 lines
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4c2cddb29bd88492eff40c979fdf8f88c09e4ab2 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->
<phpdoc:classref xml:id="class.intldateformatter" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>La classe IntlDateFormatter</title>
<titleabbrev>IntlDateFormatter</titleabbrev>
<partintro>
<!-- {{{ IntlDateFormatter intro -->
<section xml:id="intldateformatter.intro">
&reftitle.intro;
<simpara>
La classe <classname>DateFormatter</classname> est une classe concrète,
qui active l'analyse et le formatage de dates, basé sur des chaînes modèles,
ou des règles.
</simpara>
<simpara>
Cette classe représente les fonctionnalités de formatage des dates ICU.
Elle permet aux utilisateurs d'afficher des dates dans un format localisé,
ou d'analyser des chaînes PHP pour extraire des dates.
</simpara>
</section>
<!-- }}} -->
<section xml:id="intldateformatter.synopsis">
<title>Class synopsis</title>
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass>
<classname>IntlDateFormatter</classname>
</ooclass>
<classsynopsisinfo>
<ooclass>
<classname>IntlDateFormatter</classname>
</ooclass>
</classsynopsisinfo>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.intldateformatter')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
<xi:fallback/>
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.intldateformatter')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:fallback/>
</xi:include>
</classsynopsis>
<!-- }}} -->
</section>
<section xml:id="intldateformatter.seealso">
&reftitle.seealso;
<para>
<simplelist>
<member>
<link xlink:href="&url.icu.dateformat;">ICU Date formatter</link>
</member>
</simplelist>
<simplelist>
<member>
<link xlink:href="&url.icu.dateformat2;">ICU Date formats</link>
</member>
</simplelist>
</para>
</section>
&reference.intl.dateformatter-constants;
</partintro>
&reference.intl.entities.dateformatter;
</phpdoc:classref>
<!-- 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:"~/.phpdoc/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
-->