moment
a few seconds a go
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
Was this helpful?
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
Was this helpful?