How to format time since xxx e.g. “4 minutes ago” similar to Stack Exchange sites

后端 未结 25 2065
遥遥无期
遥遥无期 2020-11-22 12:57

The question is how to format a JavaScript Date as a string stating the time elapsed similar to the way you see times displayed on Stack Overflow.

e.g.<

25条回答
  •  误落风尘
    2020-11-22 13:23

    I was looking for an answer to this and almost implemented one of these solutions, but a colleague reminded me to check the react-intl library since we were already using it.

    So adding to the solutions...in the case you are using the react-intl library, they have a component for this.

    https://github.com/yahoo/react-intl/wiki/Components#formattedrelative

提交回复
热议问题