I’m building a chat app, so I want to format the DateTime just like any other messaging app, where it says "3 min ago", "Tuesday", "2 Hours ago", etc…
I have tried multiple packages but none of them worked.
I’m building a chat app, so I want to format the DateTime just like any other messaging app, where it says "3 min ago", "Tuesday", "2 Hours ago", etc…
I have tried multiple packages but none of them worked.
3
Answers
well you can simply create a function just for that and it’s actually quite simple.
You can create a function that does that and example is below. You can probably modify below code to achieve what you need.
use this code :
and this :
and you need this:
and :
As others have commented, you should use the
timeago
package.Using their example: