is there a library out there for PHP that formats dates in an informal way?
I would love to have outputs like yesterday, 2 minutes ago, just now, three weeks ago – just like in Facebook. Makes blog posts appear so much more human.
Thanks in advance for your help.
I dunno about a library, but plenty of snippet functions:
http://urbanoalvarez.es/blog/2009/01/20/display-time-since-last-visit-in-php/
http://binarybonsai.com/code/timesince.txt
The keywords are
time since phpand should pull up tons of snippets / code for you.