2008-03-06 01:30:03 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:47:57 +00:00
|
|
|
<!-- $Revision$ -->
|
2008-08-23 14:09:15 +00:00
|
|
|
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.intldateformatter" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
2008-05-05 23:55:00 +00:00
|
|
|
<title>The IntlDateFormatter class</title>
|
|
|
|
<titleabbrev>IntlDateFormatter</titleabbrev>
|
2008-03-06 01:30:03 +00:00
|
|
|
|
|
|
|
<partintro>
|
|
|
|
|
2008-05-05 23:55:00 +00:00
|
|
|
<!-- {{{ IntlDateFormatter intro -->
|
|
|
|
<section xml:id="intldateformatter.intro">
|
2008-03-06 01:30:03 +00:00
|
|
|
&reftitle.intro;
|
2010-02-03 14:08:11 +00:00
|
|
|
<simpara>
|
2008-03-07 22:46:02 +00:00
|
|
|
Date Formatter is a concrete class that enables locale-dependent formatting/parsing
|
|
|
|
of dates using pattern strings and/or canned patterns.
|
2010-02-03 14:08:11 +00:00
|
|
|
</simpara>
|
2008-03-07 22:46:02 +00:00
|
|
|
|
2010-02-03 14:08:11 +00:00
|
|
|
<simpara>
|
|
|
|
This class represents the ICU date formatting functionality.
|
|
|
|
It allows users to display dates in a localized format or to parse strings
|
|
|
|
into PHP date values using pattern strings and/or canned patterns.
|
|
|
|
</simpara>
|
2008-03-06 01:30:03 +00:00
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
2008-05-05 23:55:00 +00:00
|
|
|
<section xml:id="intldateformatter.synopsis">
|
2008-03-06 01:30:03 +00:00
|
|
|
<title>Class synopsis</title>
|
|
|
|
|
|
|
|
<!-- {{{ Synopsis -->
|
|
|
|
<classsynopsis>
|
|
|
|
<ooclass>
|
2008-05-05 23:55:00 +00:00
|
|
|
<classname>IntlDateFormatter</classname>
|
2008-03-06 01:30:03 +00:00
|
|
|
</ooclass>
|
|
|
|
|
2008-04-01 22:32:42 +00:00
|
|
|
<!-- {{{ Class synopsis -->
|
|
|
|
<classsynopsisinfo>
|
|
|
|
<ooclass>
|
2008-05-05 23:55:00 +00:00
|
|
|
<classname>IntlDateFormatter</classname>
|
2008-04-01 22:32:42 +00:00
|
|
|
</ooclass>
|
|
|
|
</classsynopsisinfo>
|
|
|
|
|
2009-12-29 09:42:00 +00:00
|
|
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
2008-03-06 01:30:03 +00:00
|
|
|
<xi:include
|
2008-05-05 23:55:00 +00:00
|
|
|
xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.intldateformatter')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[1])" />
|
2008-03-06 01:30:03 +00:00
|
|
|
<xi:include
|
2008-05-05 23:55:00 +00:00
|
|
|
xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.intldateformatter')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
|
2008-03-06 01:30:03 +00:00
|
|
|
</classsynopsis>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
2008-05-05 23:55:00 +00:00
|
|
|
<section xml:id="intldateformatter.seealso">
|
2008-03-07 22:46:02 +00:00
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
|
|
|
<member>
|
|
|
|
<link xlink:href="&url.icu.dateformat;">ICU Date formatter</link>
|
|
|
|
</member>
|
|
|
|
</simplelist>
|
2010-01-13 21:46:47 +00:00
|
|
|
<simplelist>
|
|
|
|
<member>
|
|
|
|
<link xlink:href="&url.icu.dateformat2;">ICU Date formats</link>
|
|
|
|
</member>
|
|
|
|
</simplelist>
|
2008-03-07 22:46:02 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2008-03-06 01:30:03 +00:00
|
|
|
&reference.intl.dateformatter-constants;
|
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.intl.entities.dateformatter;
|
|
|
|
|
2008-08-23 14:09:15 +00:00
|
|
|
</phpdoc:classref>
|
2008-03-06 01:30:03 +00:00
|
|
|
|
|
|
|
<!-- 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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2008-03-06 01:30:03 +00:00
|
|
|
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
|
2008-03-07 22:46:02 +00:00
|
|
|
-->
|