RE: [PHP] Convert dates

2002-11-29 Thread John W. Holmes
> Is there a way to convert a date 2002-11-29 00:00:00:000to 29 November > 2002 Yes. Try strtotime() and date() in PHP, or break the string apart. If this date is coming from MySQL, then look at the DATE_FORMAT() function that you can use in your query to format it. ---John Holmes... -- PHP G

[PHP] Convert dates

2002-11-29 Thread Sturle
Is there a way to convert a date 2002-11-29 00:00:00:000to 29 November 2002 . Sturle -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php