Given a specific DateTime value, how do I display relative time, like
- 2 hours ago
- 3 days ago
- a month ago
etc, etc...?
|
75
|
Given a specific DateTime value, how do I display relative time, like
etc, etc...? |
||||
|
|
|
@jeff IMHO yours seems a little long. However it does seem a little more robust with support for "yesterday" and "years". But in my experience when this is used the person is most likely to view the content in the first 30 days. It is only the really hardcore people that come after that. So that is why I usually elect to keep this short and simple. This is the method I am currently using on one of my websites. This only returns a relative day, hour, time. And then the user has to slap on "ago" in the output. |
|||
|
|
|
|
Well, here's how we do it on Stack Overflow.
Suggestions? Comments? Ways to improve this algorithm? |
||||||||
|