Closed WebVPF closed 9 months ago
Added Twig filters time_since and time_tense.
time_since
time_tense
https://github.com/wintercms/winter/blob/d2f284ce6476a3b3d81215281488724a735cb35e/modules/system/ServiceProvider.php#L224-L225
Examples of using:
{{ item.created_at|time_tense }} {{ '2021-03-06 14:25:55'|time_since }} {{ 'February 14, 2024 14:30'|time_since }} {{ '2021-03-06 14:25:55'|time_tense }}
Added Twig filters
time_since
andtime_tense
.https://github.com/wintercms/winter/blob/d2f284ce6476a3b3d81215281488724a735cb35e/modules/system/ServiceProvider.php#L224-L225
Examples of using: