Liquid Filter Reference for time_ago - v0.9.5
Filter Name | time_ago |
Group | Dates |
Version | 0.9.5 |
Description
Returns a time distance string for a given date
Examples
When datetime is in UTC:
{{ "2021-07-01T09:00:43Z" | time_ago }}
about 10 hours
When datetime has an offset:
{{ "2021-07-01T09:00:43+10:00" | time_ago }}
less than a minute
When the date is in the future:
{{ "2021-09-01T09:00:00" | time_ago }}
2 months
When the date is in the past:
{{ "2021-03-01T09:00:00" | time_ago }}
4 months
Back to Liquid Reference for 0.9.5
Back to Documentation