Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to trim dates in react

var timeAgo = moment(this.props.message.createdAt).fromNow()

<span className="date timeago" title={ timeAgo }>
{ timeAgo }</span>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #trim #dates #react
ADD COMMENT
Topic
Name
9+3 =