Seeing as how SO's one year anniversary is coming soon, question and answer dates are going to need to display the year.
-
3They're probably holding off on it until it's absolutely necessary. Remember with the bounty system, they didn't code the seven-day auto-accept until a couple of days after they rolled out the bounty system itself.mmyers– mmyers2009年06月30日 20:26:56 +00:00Commented Jun 30, 2009 at 20:26
-
2The yearling badge is probably not even programmed in :)Ólafur Waage– Ólafur Waage2009年06月30日 20:27:46 +00:00Commented Jun 30, 2009 at 20:27
-
3Olafur: Maybe in 6-8 weeks.GEOCHET– GEOCHET2009年06月30日 20:42:16 +00:00Commented Jun 30, 2009 at 20:42
4 Answers 4
If you hover the tool tip does show the year.
Currently in the non-tool tip display it displays:
- seconds ago
- minutes ago
- hours ago
- yesterday
- Month Day at Time
I believe it would be good to show: DD/MM/YYYY (or some variant thereof) after the question is a year old.
-
So it does. The information is there, they just haven't made it very visible yet.mmyers– mmyers2009年06月30日 20:29:37 +00:00Commented Jun 30, 2009 at 20:29
-
1Greasemonkey + jQuery: $("span.relativetime").each(function(){$(this).html($(this).attr("title"));});Sampson– Sampson2009年06月30日 20:32:42 +00:00Commented Jun 30, 2009 at 20:32
-
2Nice. Now if only the date format was something sensible... Personally I'd like 30.6.2009 23:35 UTC, but ISO 8601 (2009年06月30日) would be fine too.Jonik– Jonik2009年06月30日 20:38:15 +00:00Commented Jun 30, 2009 at 20:38
This is already implemented. I should have searched uservoice first.
-
7it is implemented but dormant in the code until dates are >= 360 days from the original dates.2009年07月12日 06:18:09 +00:00Commented Jul 12, 2009 at 6:18
-
1
How do you know it just doesn't hide the year if it is in the same year as the question anyway?
-
3Better to ask rather than assume :)Sampson– Sampson2009年06月30日 20:40:02 +00:00Commented Jun 30, 2009 at 20:40
-
Good point. It's quite possible this is already taken care of.raven– raven2009年06月30日 20:58:56 +00:00Commented Jun 30, 2009 at 20:58
-
2It has been answered on UV that it is already implemented and will show up when the site passes a year old.GEOCHET– GEOCHET2009年06月30日 20:59:52 +00:00Commented Jun 30, 2009 at 20:59
I would say:
- Relative times (5 minutes 28 seconds ago) for questions under x-minutes
- HH:MM:SS questions within 24 hours
And full dates beyond that.
You must log in to answer this question.
Explore related questions
See similar questions with these tags.