TopShelfCraft / Wordsmith

A plugin for Craft CMS to help you manage and manipulate text.
Other
30 stars 20 forks source link

[FR] Time Ago Functions #1

Closed samstevens closed 1 year ago

samstevens commented 6 years 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!

michaelrog commented 1 year ago

The native duration filter probably meets this need well enough for now...?