Skip to content
swemoney edited this page Sep 13, 2010 · 2 revisions

mephisto_relative_time
======

If you have a date but don’t want to display it all ugly like in your blog,
this filter will let you convert that date to a ‘real words’ representation.

installation
====

script/plugin install git://github.com/swemoney/mephisto_relative_time.git

usage
=

Using this filter is easy. The following are a few examples.

Something happened {{ date_variable | relative_time_ago }} ago. My birthday was {{ “2006-07-17” | relative_time_ago }} ago. My birthday is in {{ “2007-07-17” | relative_time_to }}!

That easy. Enjoy!

Clone this wiki locally