I'm workin in a mobile application with DRF as backend and using naturaltime
built-in function, but since this is a mobile app, screen space is a big problem (atleast for me). So for an arbitrary date I get:
"1 week, 2 days ago"
Which is nice, but I wonder if it is possible get
"1w, 2d ago"
I know I could replace words in string, but I hope there's a better way. Any suggestion? Thanks!