Closed samstevens closed 1 year ago
Hi guys,
This is a great tool and should be the go-to resource for all twig helpers.
I think adding a "time ago" function would be handy. https://github.com/MDXDave/time-ago
Having parameters for displaying "ago" or "in" (eg: 2 days ago, in 7 days) would be nice.
Moment.js does a great job of this with their implementation https://momentjs.com/docs/#/displaying/fromnow/
A PHP port is available here: https://github.com/fightbulc/moment.php
Keep up the good work!
The native duration filter probably meets this need well enough for now...?
duration
Hi guys,
This is a great tool and should be the go-to resource for all twig helpers.
I think adding a "time ago" function would be handy. https://github.com/MDXDave/time-ago
Having parameters for displaying "ago" or "in" (eg: 2 days ago, in 7 days) would be nice.
Moment.js does a great job of this with their implementation https://momentjs.com/docs/#/displaying/fromnow/
A PHP port is available here: https://github.com/fightbulc/moment.php
Keep up the good work!