diff --git a/reference/intl/dateformatter/get-locale.xml b/reference/intl/dateformatter/get-locale.xml index a52295de44..b1f0d77f2c 100644 --- a/reference/intl/dateformatter/get-locale.xml +++ b/reference/intl/dateformatter/get-locale.xml @@ -41,7 +41,7 @@ - hich + which 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',