import moment from 'moment'; const data = "2022-05-19T07:59:27.000Z"; console.log(moment(props.createdAt).fromNow()) // results = a few seconds ago
Last updated 2 years ago
Was this helpful?