Fuzzy time or relative time in PHP
Had a need to show fuzzy timestamps on items in PHP. Something like “Posted 3 hours ago” for example. I could not find anything usable in my circumstance right out of the box, so I wrote one. It was cobbled together quickly, but it works. Include the class pass a unix timestamp or [...]