mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Example #1 was wrong
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319056 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cc97f20f7c
commit
1fea35fa6a
1 changed files with 1 additions and 1 deletions
|
@ -73,8 +73,8 @@
|
|||
$fmt = datefmt_create( "en_US" ,IntlDateFormatter::FULL,IntlDateFormatter::FULL,'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);
|
||||
$fmt = datefmt_create( "de-DE" ,IntlDateFormatter::FULL,IntlDateFormatter::FULL,'America/Los_Angeles',IntlDateFormatter::GREGORIAN );
|
||||
echo "locale of the formatter is : ".datefmt_get_locale($fmt);
|
||||
echo "Second Formatted output is ".datefmt_format( $fmt , 0);
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue