I'd really like an option to show all dates as yyyy-mm-dd HH:mm. The existing multitude of various things based on the age is much less workable.


Edit

Probably, at least the 3 common formats for date are needed with a check box for 2/4 digit year and a character for the separator, including no character at all:

yy-mm-dd
dd-mm-yy
mm-dd-yy

along with the time formats:

HH:mm
HH:mm:ss
HH:mm xM
HH:mm:ss xM

(where the x is either A or P).

link|improve this question

67% accept rate
What's the CC stand for? – random Jan 13 '10 at 3:05
Century, as in 2009-01-12 10:06 – Software Monk Jan 13 '10 at 3:06
4  
Commonly, this is called yyyy-MM-dd HH:mm – John Gietzen Jan 13 '10 at 3:08
By ISO do you mean ISO 8601? en.wikipedia.org/wiki/ISO_8601 – Peter Mortensen Jan 14 '10 at 18:40
@Peter, yes I mean 8601. – Software Monk Jan 14 '10 at 18:53
feedback

2 Answers

The current algorithm is

  • for anything newer than 2 days old, show relative time with the ISO tooltip (screenshot below)

  • for anything older than 2 days, show the ISO date

link|improve this answer
3  
+1 for hand-drawn circles. – John Gietzen Jan 13 '10 at 3:35
@Jeff Atwood: what has been changed? Where is the option to show all dates in ISO format? Or does it now always show in ISO format? Or isn't there any change? – Peter Mortensen Jan 14 '10 at 18:45
@Jeff: I don't want to have to hover to see a standard date/time format; I want a user option to always show it. – Software Monk Jan 14 '10 at 18:51
@Jeff: I am curious - why the (apparently) bull-headed resistance to this request? I am not the first user to object to the current date/time stamping - it seems a common complaint. Surely it can't be that hard to just give us yyyy-mm-dd HH:mm time stamps! – Software Monk Feb 1 '10 at 23:57
This question should be marked rejected, not completed - it wasn't completed, since what I asked for was to display the ISO date (without requiring hovering) instead of "today", etc, as a user option. – Software Monk Sep 30 '10 at 0:46
feedback

If you're using Firefox there's also a GreaseMonkey script that does this.

Note: the script has two configuration options, you will have to edit them to get the behavior you want. It's documented on the question I linked above.

link|improve this answer
Sorry - Chrome. – Software Monk Jan 14 '10 at 18:58
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged