I need some JS code that will take the created_at value from a Twitter feed and display it as xxxx ago.
I can find examples of creating the xxxx ago bit but not examples of getting the created_at bit into the correct format for JS.
Does anyone have an all in one function to do what I'm after?
example format Tue Apr 07 22:52:51 +0000 2009
Cannot use new Date(Date.parse("Tue Apr 07 22:52:51 +0000 2009")) as it gives an invalid date error in IE.