View Single Post
Old 03-23-2007, 11:40 AM  
EDepth
Confirmed User
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 510
Or avoid mysql's functions, and just get the data then update the data
PHP Code:
$explode explode("-",$myrow['funkydatefield']);
$newDate $explode[2]."-".$explode[0]."-".$explode[1]; 
__________________
ICQ: 275335837
EDepth is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote