I am curious which is the best way to convert time like this 2008-04-23 into 1 year and 3 days ago
I currently do this in PHP but I am finding a lot of sites do it in javascript, including Stackoverflow
What do you think is the best way, it seems offloading it to the browser with javascript would just slow your app down, yes the big boys are doing it this way?