Dates
-
If memory serves the US Navy uses dd-mm-yyyy (I will happily sit corrected).
The one navy format I'm familiar with makes all the other formats we've been arguing about seem brilliant. DDHHMMZ MMM YY which turns this 7/5/2005 9:20:22 AM into this 050920Z JUL 05 :omg: :wtf: crappy cite but I don't feel like finding a nicer one.[^]
The latest nation. Procrastination.
-
Nishant Sivakumar wrote:
Wouldn't this same thought process apply to mm-dd-yyyy too? Everyone here understands it, so why change it!
:confused: we use dd/mm/yyyy in the UK.
Richard MacCutchan wrote:
we use dd/mm/yyyy in the UK.
I know, and the OP was asking my Americans use MM-DD-YYYY. The reason is same as why you guys use MPH :-) Clearly KMPH is superior to MPH, but you use a system you are familiar with. And while dd-mm-yyyy is a tad better than mm-dd-yyyy, yyyy-mm-dd is clearly superior to both - yet both in the UK and US, people use formats they are familiar with. What do you guys use for temperature? F or C?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
Simon Stevens wrote:
Can any Americans explain to me why this makes sense.
Actually we do it just to screw with the Brits (and their imperial progeny). Seems to work too. ;P
Mike Mullikin wrote:
imperial progeny
I suggest you read your own history, figure out who you were trying to gain Independance from in the War of Independance (which by the way, at the time was considered a civil war) and then realise why you are all speaking English. Bl**dy colonials :-)
CCC solved so far: 2 (including a Hard One!)
-
Simon Stevens wrote:
Can any Americans explain to me why this makes sense.
Actually we do it just to screw with the Brits (and their imperial progeny). Seems to work too. ;P
Mike Mullikin wrote:
Actually we do it just to screw with the Brits (and their imperial progeny). Seems to work too.
It also contributes to the welfare of the programming community. Now developers around the world can bill 2 man days to write a complex British-to-American date converter framework, including full suppport for leap years! :rolleyes:
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
Richard MacCutchan wrote:
we use dd/mm/yyyy in the UK.
I know, and the OP was asking my Americans use MM-DD-YYYY. The reason is same as why you guys use MPH :-) Clearly KMPH is superior to MPH, but you use a system you are familiar with. And while dd-mm-yyyy is a tad better than mm-dd-yyyy, yyyy-mm-dd is clearly superior to both - yet both in the UK and US, people use formats they are familiar with. What do you guys use for temperature? F or C?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkI'm still struggling from the changes in gradient signs. A gradient of 1 in 7 is easy to visualise, but 14% ? I blame the French, but then I'm English.
CCC solved so far: 2 (including a Hard One!)
-
Mike Mullikin wrote:
imperial progeny
I suggest you read your own history, figure out who you were trying to gain Independance from in the War of Independance (which by the way, at the time was considered a civil war) and then realise why you are all speaking English. Bl**dy colonials :-)
CCC solved so far: 2 (including a Hard One!)
keefb wrote:
and then realise why you are all speaking English.
Not every day that someone from the UK acknowledges that the language spoken here is "English" :-)
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com link -
Richard MacCutchan wrote:
we use dd/mm/yyyy in the UK.
I know, and the OP was asking my Americans use MM-DD-YYYY. The reason is same as why you guys use MPH :-) Clearly KMPH is superior to MPH, but you use a system you are familiar with. And while dd-mm-yyyy is a tad better than mm-dd-yyyy, yyyy-mm-dd is clearly superior to both - yet both in the UK and US, people use formats they are familiar with. What do you guys use for temperature? F or C?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkNishant Sivakumar wrote:
Clearly KMPH is superior to MPH
No, it's just a different unit of measurement.
Nishant Sivakumar wrote:
What do you guys use for temperature? F or C?
Mostly Celsius these days, although weathermen/women often quote the equivalent Fahrenheit figure as well.
-
I'm still struggling from the changes in gradient signs. A gradient of 1 in 7 is easy to visualise, but 14% ? I blame the French, but then I'm English.
CCC solved so far: 2 (including a Hard One!)
-
keefb wrote:
and then realise why you are all speaking English.
Not every day that someone from the UK acknowledges that the language spoken here is "English" :-)
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkActually, I meant the Americans, rather than posters on CP. The English use "Bl**dy Colonials" to refer to Americans, especially when we are shocked/appalled/dismayed/joking about the antics/attitiudes of our cousins from across the pond.
CCC solved so far: 2 (including a Hard One!)
-
Richard MacCutchan wrote:
we use dd/mm/yyyy in the UK.
I know, and the OP was asking my Americans use MM-DD-YYYY. The reason is same as why you guys use MPH :-) Clearly KMPH is superior to MPH, but you use a system you are familiar with. And while dd-mm-yyyy is a tad better than mm-dd-yyyy, yyyy-mm-dd is clearly superior to both - yet both in the UK and US, people use formats they are familiar with. What do you guys use for temperature? F or C?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
My latest book : C++/CLI in Action / Amazon.com linkKelvin.
CCC solved so far: 2 (including a Hard One!)
-
So today is 20th of October 2009. In UK format that is 20/10/2009. Kinda makes sense right, smallest to biggest. Logical. In US format it's 10/20/2009. Now to me that's totally illogical. Why would you do that. Can any Americans explain to me why this makes sense. (lets try to forget about patriotism). I don't understand why it would ever be useful to break the logical order. It's like writing the time in HH:SS:MM. [As a developer I obviously recognise that the superior format is neither of the above but is in fact YYYY-MM-DD as it maintains correct sort order and digit significance]
Simon
I agree their reasoning is the way it's spoken (by them). However, for clarity, YYYY-MM-DD sould always be used in applications. 1) no confusion. 2) ease of sorting by date. 3) would have prevented that !@#$% SQL Query "rewrite the query with wrong date format" bug.
"The activity of 'debugging', or removing bugs from a program, ends when people get tired of doing it, not when the bugs are removed." - "Datamation", January 15, 1984
-
Mike Mullikin wrote:
imperial progeny
I suggest you read your own history, figure out who you were trying to gain Independance from in the War of Independance (which by the way, at the time was considered a civil war) and then realise why you are all speaking English. Bl**dy colonials :-)
CCC solved so far: 2 (including a Hard One!)
-
That's sort of asking for a flame war, eh eh. But, well, let's go: Writing MM-DD-YYYY is about as silly as still using inches, feet and whatever clumsy measurement units while everybody else with a bit of common sense in the world use the metric system.
Why do we buy petrol in litres & measure its consumption in gallons? There must be loads of other instances where we measure the same thing using two different units based on the context...
"An eye for an eye only ends up making the whole world blind"
-
To say nothing about driving on the wrong side. What's with that? Isn't that a bit extreme, even if you don't want to do what the French do? :)
Best wishes, Hans
We drive on the left side, you drive on the wrong side. The only reason mainland Europe ended up driving on the right was that England instituted the laws first, and France wanted to do whatever we didn't do.
I wanna be a eunuchs developer! Pass me a bread knife!
-
That's sort of asking for a flame war, eh eh. But, well, let's go: Writing MM-DD-YYYY is about as silly as still using inches, feet and whatever clumsy measurement units while everybody else with a bit of common sense in the world use the metric system.
When measuring timber/wood, I use either mm or inches -- depending on which one has a line precisely where the piece of wood ends. If I'm stuck with a tape that has only mm, I work to the quarter millimetre; tapes with inches have 32nds and 64ths, which are usually preferable.
I wanna be a eunuchs developer! Pass me a bread knife!
-
keefb wrote:
I think we should just use ticks.
Or stardates.
Michael Schubert wrote:
Or stardates.
I've dated stars. It ain't what it's cut out to be.
I wanna be a eunuchs developer! Pass me a bread knife!
-
You should try living in Canada where officially it's dd/mm/yy, but practically, because of that country next door, it's sometimes mm/dd/yy. Yet the locals never get confused! I, on the other hand, have no idea. None. And don't get me started about their "Best Before" dates on food. They only use 2 letters for months, so you can have 11JU09. Is that June or July? Are you feeling lucky, punk?
cheers, Chris Maunder The Code Project Co-founder Microsoft C++ MVP
Chris Maunder wrote:
the locals never get confused!
I keep wondering what happened on 9th November.
I wanna be a eunuchs developer! Pass me a bread knife!
-
keefb wrote:
Or four Gills.
Hence drinking like a fish? :rolleyes:
Visit http://www.notreadytogiveup.com/[^] and do something special today.
Fish don't drink a lot. They don't have to.
-
And pints! What the hell is a pint? :-D
If you truly believe you need to pick a mobile phone that "says something" about your personality, don't bother. You don't have a personality. A mental illness, maybe - but not a personality. - Charlie Brooker My Photos/CP Flickr Group - ScrewTurn Wiki v3
Well in fact a belgian will understand that as it means a (normal) beer, be it that we use 25cl glasses.
V.
Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive -
I read a while ago that while driving on the wrong side, that to begin with your chance of having a crash is less because you are concentrating a lot, it's only later when you relax a bit that you risk letting your normal reflexes take over and go to your usual side.
I hope you realise that hamsters are very creative when it comes to revenge. - Elaine
I can vouch for that... (luckily without accidents ;-))
V.
Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive