I\'m using the twitter API to return a list of status updates and the times they were created. It\'s returning the creation date in the following format:
strtotime("dateString"); gets it into the native PHP date format, then you can work with the date() function to get it printed out how you'd like it.
strtotime("dateString");
date()