Whilst looking for the best way to do a "Relative time" conversion I came across this post
On my first test with a date of March 3 2013 (today is May 25 2013) the realitve time came back as 2 months ago.
That doesnt seem right to me as it should be 3. Is this a bug or is there a better way to do a relative time conversion?
Update: So I was using that code and created an extension method for example:
DateTime.Parse('2013-03-05T16:12:30Z').ToRelativeTime()
That would output 2 months ago.
Doing client side code with moment.js it produces 3 months ago.
I'd like to use any DateTime and be able to use the ToRelativeTime for past dates