I am receiving the following value from a database which is a millsecond (microtime) value
1369057622.4679
I would like to output this in PHP to be
3 Day's ago
Essentially reading the milliseconds value and converting it to a relative date string, can anyone suggest an easy method to do this.