typofixes for IntlDateFormatter::getLocale()

This commit is contained in:
Peter Cowburn 2020-12-30 14:53:05 +00:00
parent a733bff5ff
commit a5f69d2d8a

View file

@ -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',