I need some JS code that will take the created_at value from a Twitter feed and display it as xxxx ago.
created_at
I can find examples of creating the xxxx a
xxxx a
You can use prettyDate by john Resig. It has also a JQuery plugin.
prettyDate
http://ejohn.org/blog/javascript-pretty-date/