- <%= relative_time(Time.now) %>
- # today
- <%= relative_time(1.day.ago) %>
- # yesterday
- <%= relative_time(1.day.from_now) %>
- # tomorrow
- <%= relative_time_span([Time.now, 5.days.from_now]) %>
- # May 17th - 22nd
To install it just snap it out of:
- script/plugin install http://ar-code.svn.engineyard.com/plugins/relative_time_helpers
No comments:
Post a Comment
Tell me what you think