mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
typofixes for IntlDateFormatter::getLocale()
This commit is contained in:
parent
a733bff5ff
commit
a5f69d2d8a
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>hich</parameter></term>
|
||||
<term><parameter>which</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
You can choose between valid and actual locale (
|
||||
|
@ -77,8 +77,8 @@ $fmt = datefmt_create(
|
|||
'America/Los_Angeles',
|
||||
IntlDateFormatter::GREGORIAN
|
||||
);
|
||||
echo 'locale of the formatter is : " . datefmt_get_locale($fmt);
|
||||
echo 'First Formatted output is " . datefmt_format($fmt, 0);
|
||||
echo 'locale of the formatter is : ' . datefmt_get_locale($fmt);
|
||||
echo 'First Formatted output is ' . datefmt_format($fmt, 0);
|
||||
|
||||
$fmt = datefmt_create(
|
||||
'de-DE',
|
||||
|
|
Loading…
Reference in a new issue