Hello all. Pulling dates from mysql tables "2005-02-08". I would like to display them to the user as "02/08". How can I do this??? Tracy
Check out the split() function.
use mySQL's DATE_FORMAT function