March 26, 2007 at 11:32 am
" ... Only the International (yyyy-mm-dd) is self-describing and explicit. So it would be cool if you would use it. ... "
I agree ....
March 27, 2007 at 2:14 am
Only the International (yyyy-mm-dd) is self-describing and explicit |
Only if you know the displayed value is in that format
What about 2007-04-01 is it yyyy-mm-dd or yyyy-dd-mm ?
Showing dates in yyyy-mm-dd format is only useful if you tell the person looking at it what the format is (other than self describing dates eg 2007-03-31)
Why not show dates as dd-mmm-yyyy no ambiguity there
Far away is close at hand in the images of elsewhere.
Anon.
March 27, 2007 at 7:01 am
True, I got used to that format in college (military college) and in the military. We used it because it wasn't ambiguous. 03 May 2007 won't ever be confused with 05 March 2007.
K. Brian Kelley
@kbriankelley
March 27, 2007 at 9:00 am
Sorry, my US brain keeps getting confused with 27/03/2007? I guess the Month name makes some sense. I'll check on where we are with this.
March 27, 2007 at 2:08 pm
"... What about 2007-04-01 is it yyyy-mm-dd or yyyy-dd-mm ? ..."
Does anyone actually use YYYY-DD-MM ?? Defeats the purpose of having YYYY first
March 27, 2007 at 5:52 pm
I use yyyymmdd for filenames. Easier to sort things
I think the dd-mmm-yyyy where mmm is Jan, Feb, etc. makes sense.
As of now, we're back on US time. We'll look at the other setting and debate it.
March 27, 2007 at 6:59 pm
If they do, it must not be very common. YYYY-MM-DD is the ISO standard.
select dateformat, count(*) from master.dbo.syslanguages group by dateformat
dateformat ---------- ----------- dmy 23 mdy 1 ymd 9
(3 row(s) affected)
March 29, 2007 at 8:59 am
Any chance of the forums vendor updating their application to accept multiple formats and give users their own personal preference? Many forums nowadays do support various date formats, catering to their international audience.
For example, I post on a forum that uses the SMF software. My choices on date format include:
Month Day, Year, HH:MM:SS a/pm
Month Day, Year, HH:MM:SS (army time)
YYYY-MM-DD, HH:MM:SS
DD Month YYYY, HH:MM:SS
DD-MM-YYYY, HH:MM:SS
March 29, 2007 at 9:10 am
Excellent suggestion, Sarah,
I post to some forums which allow me to change the date format mask in my profiles. This is done via a text field so I have complete control over what dates look like there.
March 30, 2007 at 8:36 am
We're rewriting and the developers have this thread in their list of stuff to do, so we'll see. At the very least we'll let you set your timezone
Viewing 10 posts - 16 through 24 (of 24 total)
You must be logged in to reply to this topic. Login to reply