How do I form "fuzzy" date/time from RFC 2822 formatted (Sat, 18 Jul 2009 10:57:43 +0300) timestamp?
With fuzzy date I mean like: "5 minutes ago", "2 days, 15 minutes ago".
|
3
|
|
|
|
|
|
Rails gives your views a helper function called |
||||
|
|
|
|
||
|
|
|
|
There's some really powerful date/time parsers in ruby (unfortunately kind of hard to google(TM) for) |
||
|
|