My unixtime is 1336608000
which is exactly 2012-5-10.
1 year 10 months ago from today - 2014-03-06
Now what I want to do is output the year and month ago as it is. so I want to display:
1 year 10 months ago.
The most timeAgo functions I see here in Stackoverflow and all over the internet shows the time ago as "2 years ago" which is wrong. I have tried like 8-10 php functions to display the exact month count
So my question is, Is there a php time ago function that shows the exact year and month count instead of rounding it up?
Thanks