Code: Select all
$wo_dates = "SELECT date FROM workout_t";However when I loop through all the dates it displays it as:
2003-12-07 00:00:00.
How do I format it so that it displays like 12/07/2003 or 12-07-2003.
Thanks
Moderator: General Moderators
Code: Select all
$wo_dates = "SELECT date FROM workout_t";