JavaScript code to display Twitter created_at as xxxx ago

前端 未结 8 539
一生所求
一生所求 2020-12-24 14:51

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 a

8条回答
  •  天涯浪人
    2020-12-24 15:24

    You can use prettyDate by john Resig. It has also a JQuery plugin.

    http://ejohn.org/blog/javascript-pretty-date/

提交回复
热议问题