Reputation: 15
I would like to use the Django naturaltime
functionality from the humanize
package, or something similar, in my React frontend.
Here is my current code:
<p>
<b>
{user.username} {post.created_at}
</b>
</p>
Here is what I'm currently getting:
And here is what I'd like to get:
I appreciate any help - thank you in advance!
Upvotes: -1
Views: 102