> I have a simple need to reformat a variable coming in as $DatePick, brought > forward from a MySQL select in the format: > > 2003-11-18 > > I need to convert it to the format > > November 18, 2003
$f_date = date('F d, Y',strtotime($db_date));
---John Holmes...
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
