ID: 41893 Updated by: [EMAIL PROTECTED] Reported By: sircam at free dot fr -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: n/a PHP Version: Irrelevant -Assigned To: +Assigned To: nlopess
Previous Comments: ------------------------------------------------------------------------ [2007-07-04 13:00:18] sircam at free dot fr Description: ------------ In which version is date_format() available? According to the EN version: http://fr.php.net/manual/en/function.date-format.php (PHP 5 >= 5.1.0) date_format Returns date formatted according to given format In the French documentation: http://fr.php.net/manual/fr/function.date-format.php (PHP 5 >= 5.2.0) date_format Retourne la date mis en forme dans le format donné I believe the latter is correct - available as of 5.2.0. Expected result: ---------------- Documentation should read (PHP 5 >= 5.2.0) date_format Returns date formatted according to given format Actual result: -------------- Documentation reads (PHP 5 >= 5.1.0) date_format Returns date formatted according to given format ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41893&edit=1