I've got a small custom made blog type thing and want to display the date posted next to comments.
I'd like to do it in the format of:
posted 23 secs ago
posted 43mins ago
posted 1hr ago
posted 1day ago
posted 2 weeks ago
...
probably won't get much longer than that because articles older than a month aren't shown.
I can stored the actual date in datetime or timestamp format in MySQL...
Anyone know of a function that's existing for PHP which I could use to do this? I haven't really found anything that suits yet.