Hey, I am grabbing a date from a row in my table which is currently formatted as:
date("Y-m-d")
2010-09-29
So in my code I have something like this:
$row;
How do I use this to rearrange the date to look like:
09-29-2010
I looked at the formatting tutorials, but they explain how to format it for the date you are currently setting into a variable.