didou Wed Jul 9 04:55:14 2003 EDT Modified files: /phpdoc/en/reference/strings/functions setlocale.xml Log: correcting example Index: phpdoc/en/reference/strings/functions/setlocale.xml diff -u phpdoc/en/reference/strings/functions/setlocale.xml:1.12 phpdoc/en/reference/strings/functions/setlocale.xml:1.13 --- phpdoc/en/reference/strings/functions/setlocale.xml:1.12 Wed Jul 9 04:26:54 2003 +++ phpdoc/en/reference/strings/functions/setlocale.xml Wed Jul 9 04:55:14 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.setlocale"> <refnamediv> @@ -139,7 +139,7 @@ setlocale (LC_ALL, 'nld_nld'); /* Output: vrijdag 22 december 1978 */ -echo strftime ("%A %B %Y", mktime (0, 0, 0, 12, 22, 1978)); +echo strftime ("%A %d %B %Y", mktime (0, 0, 0, 12, 22, 1978)); /* try different possible locale names for german as of PHP 4.3.0 */ $loc_de = setlocale (LC_ALL, '[EMAIL PROTECTED]', 'de_DE', 'deu_deu');
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php