Convert date format to mysql time stamp

bdloving

New Member
I have some dates that are returned as the following string:\[code\]Fri, 13 Aug 2010 01:48:47 -0400 (EDT)\[/code\]I'd like to parse this and turn it into a datetime stamp, so like this:\[code\]2010-08-13 01:48:47\[/code\]Any help would be awesome... thank you!
 
Back
Top