ID: 40145 Updated by: [EMAIL PROTECTED] Reported By: gerry at highest-top dot de -Status: Open +Status: Bogus Bug Type: Strings related Operating System: ? PHP Version: 4.4.4 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. This doesn't look like an issue in PHP, but in the database. Previous Comments: ------------------------------------------------------------------------ [2007-01-16 15:41:21] gerry at highest-top dot de Description: ------------ the 'n' parameter in Date() doesn´t work in 4.4.4. Whats to do? Reproduce code: --------------- SELECT number, lottery_sort, DATE_FORMAT(release_date, '%Y,%m,%d,%H,%i,%s')... works fine SELECT number, lottery_sort, DATE_FORMAT(release_date, '%Y,%n,%d,%H,%i,%s')... brings 'n' as Result for Month ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40145&edit=1