View Full Version : What date convention do you use?
Jon Lai
Feb 9th, 2009, 03:05 PM
Let's see how this evolves.
bokep
Feb 9th, 2009, 03:20 PM
9 Feb, 2009
N_Raged
Feb 9th, 2009, 03:24 PM
Sci-fi convention. :cool:
yucksta
Feb 9th, 2009, 03:48 PM
yyyy-mm-dd
and i'm super religious about it. it makes sorting so much easier.
funny thing, my company has a date convention policy but on the procedure, both of the approvers of the policy signed off and wrote the date under their signatures in the incorrect format!
well, not that funny.
Barayolayosa
Feb 9th, 2009, 03:56 PM
mm/dd/yyyy = 02/09/2009
February 9th, 2009
flexwong
Feb 9th, 2009, 04:07 PM
2009 02 09
board123
Feb 9th, 2009, 04:32 PM
month/day/year
AzN_RiverdaleCI
Feb 9th, 2009, 05:20 PM
America!
Seriously though, I do Feb 9, 09.
or mm-dd-yyyy
abu_sme
Feb 9th, 2009, 05:22 PM
What's with all of the stupid polls today?
AzN_RiverdaleCI
Feb 9th, 2009, 05:24 PM
What's with all of the stupid polls today?
probably cause of that guy who asked if people like polls in OT.
CheapScotsman
Feb 9th, 2009, 05:25 PM
When I look at a date and see 03/04/2008 is that March 4th or April 3rd??? Some places use one while other places use another so ...
personally and at work, unless the month is spelled out (Feb 6, 2008 or 6 Feb 2008) then I always use yyyy/mm/dd. No confusion and it makes it easier for sorting as well.
yyyy/dd/mm isn't even a choose down option in most programs (unless you build the date string yourself)
Piro21
Feb 9th, 2009, 05:28 PM
Day/Month/Year. Smallest unit of measurement to largest. Easy to remember and makes the most sense.
ShadowVlican
Feb 9th, 2009, 05:49 PM
today is Feb 9 2009
that's how i write all my dates
Dash
Feb 9th, 2009, 06:17 PM
yyyy-mm-dd is the best way to sort, and it makes sense, as it goes from largest unit to smallest. any other way is a hassle to sort.
Magoo
Feb 9th, 2009, 06:21 PM
What is confusing is when you receive something dated like 03/07/08. You do not know what convention that person is using so is he trying to say March 07, 08 or July 03, 08? To avoid such confusion I always write out the month ... Month/Day/Year, January 05, 2008... no confusion.
Sazafraz
Feb 9th, 2009, 06:22 PM
mm-dd-yyyy because it like I am saying it out loud. Today is February 9 2009 whereas saying Today is 2009 February 9 doesn't sound right.
march9
Feb 9th, 2009, 06:36 PM
for notes taking I use 02/09/09 MM/DD/YY
however for more formal uses such as writing a letter I write Feb 9, 2009.
rilhouse
Feb 9th, 2009, 06:41 PM
mm-dd-yyyy because it like I am saying it out loud. Today is February 9 2009 whereas saying Today is 2009 February 9 doesn't sound right.
+1 makes the most sense.
angel_wing0
Feb 9th, 2009, 07:36 PM
dd/mm/yyyy
Spor 13
Feb 9th, 2009, 07:40 PM
I always write dates as Feb 9/09 so I guess thats mm/dd/yyyy
ItemFinder
Feb 9th, 2009, 07:51 PM
What is confusing is when you receive something dated like 03/07/08. You do not know what convention that person is using so is he trying to say March 07, 08 or July 03, 08? To avoid such confusion I always write out the month ... Month/Day/Year, January 05, 2008... no confusion.
You also missed July 8th, 2003, August 7th, 2003, March 8th, 2007 and August 3rd, 2007.
t3359
Feb 9th, 2009, 07:57 PM
2009/02/09
That's what we learned in engineering. Helps especially because they appear in chronological order when sorted numerically... i.e., works great when there file names with dates in the names.
bjl
shannn
Feb 9th, 2009, 08:35 PM
Today is
02 / 09 / 2009
I hate it when people do 09 / 02 / 2009, b/c I awlays think that means Sept 2 not Feb 9
But, po-tay-toe /// po-tah-toe
Sprite_TM
Feb 9th, 2009, 08:46 PM
day-month-year
Keelie
Feb 9th, 2009, 09:43 PM
If I am saying it, month/day/year
But at work I write it, day/month/year
stevethewheel
Feb 9th, 2009, 10:20 PM
I never talk about this on a date.
_Allan_
Feb 9th, 2009, 10:27 PM
ISO 8601 is an international standard for date and time representations issued by the International Organization for Standardization (ISO). Specifically, the standard is titled "Data elements and interchange formats — Information interchange — Representation of dates and times." The signature feature of ISO 8601 date and time representations is the ordering of date and time values from the most to the least significant or, in plain terms, from the largest (the year) to the smallest (the second).
ISO 8601 uses the 24-hour clock system. The basic format is [hh][mm][ss] and the extended format is [hh]:[mm]:[ss].
The correct format (and this is used by most governments now (look at your cheques Canadians)) is YYYY-MM-DD HH:MM:SS OR 2009-02-09 22:32:02
BUT because many people aren't quick enough to do the 24 hour clock, 10:32:02pm is acceptable as well.
nfnx
Feb 9th, 2009, 10:28 PM
yyyy-mm-dd
but i guess it depends on the type of use??
i use that to organize my folders lol
but for my meetings and notes i use January 01 2009
artsreview
Feb 9th, 2009, 11:47 PM
dd/mm/yy (9/2/09) or dd mmm. yy (9 Feb. 09)
Justine
Feb 9th, 2009, 11:54 PM
If you think about it, when someone asks you for what date you were born, how do you word it? February 9, 2009..so mm/dd/yyyy.
However, I find it confusing when dates are written as ///, I always look at the first number and hope that it's over 12 because then I know it's the other way around.
getmail99
Feb 10th, 2009, 12:10 AM
20090209
t3359
Feb 10th, 2009, 12:40 AM
Write your dates like this:
> echo "today is: " `date +%s`
today is: 1234244592
bjl
siriuskao
Feb 10th, 2009, 12:46 AM
yyyy-mm-dd is the best way to sort, and it makes sense, as it goes from largest unit to smallest. any other way is a hassle to sort.
Yes!
For me it's all about sorting as well.
Fluid
Feb 10th, 2009, 12:54 AM
20090209
its 20090210
gordholio
Feb 10th, 2009, 09:27 AM
Instead of using numbers for the month, why not just use the name of the month?
February 10, 2009.
The "American" date format is what most Canadians use. Governments and some other companies seem to use another format for some reason.
gordholio
Feb 10th, 2009, 09:29 AM
ISO 8601 is an international standard for date and time representations issued by the International Organization for Standardization (ISO). Specifically, the standard is titled "Data elements and interchange formats — Information interchange — Representation of dates and times." The signature feature of ISO 8601 date and time representations is the ordering of date and time values from the most to the least significant or, in plain terms, from the largest (the year) to the smallest (the second).
ISO 8601 uses the 24-hour clock system. The basic format is [hh][mm][ss] and the extended format is [hh]:[mm]:[ss].
The correct format (and this is used by most governments now (look at your cheques Canadians)) is YYYY-MM-DD HH:MM:SS OR 2009-02-09 22:32:02
BUT because many people aren't quick enough to do the 24 hour clock, 10:32:02pm is acceptable as well.
I don't care what ISO says. I like it February 10, 2009 and the time as 9:33 am.
They put this "military" (ISO) time on the Proline tickets and I don't like it as the vast majority of people in Canada do not use this 24-hr clock.
porphyra
Feb 10th, 2009, 09:34 AM
Instead of using numbers for the month, why not just use the name of the month?
February 10, 2009.
The "American" date format is what most Canadians use. Governments and some other companies seem to use another format for some reason.
Yes, because we are not Americans. And we don't use Fahrenheit, Miles, Feet, Gallons etc. etc.
Seriously, the American system annoys me to no end. They are the only ones on this planet stuck with their antiquated systems. And what is worse is that so many Canadians are only to willing to perpetuate the stupidity here.
gordholio
Feb 10th, 2009, 09:42 AM
Yes, because we are not Americans. And we don't use Fahrenheit, Miles, Feet, Gallons etc. etc.
Seriously, the American system annoys me to no end. They are the only ones on this planet stuck with their antiquated systems. And what is worse is that so many Canadians are only to willing to perpetuate the stupidity here.
What does the date format have to do with farenheit or miles, etc.?
This isn't an "American" date format, it's also used mostly by Canadians.
porphyra
Feb 10th, 2009, 09:45 AM
What does the date format have to do with farenheit or miles, etc.?
This isn't an "American" date format, it's also used mostly by Canadians.
Same concept. It is American format, and not officially used by the Canadian government.
Nowhere else do they write mm-dd-yyyy except in USA.
_Allan_
Feb 10th, 2009, 09:56 AM
If you think about it, when someone asks you for what date you were born, how do you word it? February 9, 2009..so mm/dd/yyyy.
However, I find it confusing when dates are written as ///, I always look at the first number and hope that it's over 12 because then I know it's the other way around. When I tell ppl my birthday it's Nineteen Eighty, Oh Nine, One Six (1980-09-16) if they have to change it then tough.
I don't care what ISO says. I like it February 10, 2009 and the time as 9:33 am.
They put this "military" (ISO) time on the Proline tickets and I don't like it as the vast majority of people in Canada do not use this 24-hr clock.
Around 90% of Quebecers use the 24hour clock (it was invented well before the military took to using it). Also, banks use it, as do many government offices. It makes a LOT more sense. Instead of saying AM or PM, you just say 14:30 and anyone with half a brain can do the conversion (14-12 = 2...)
The 24-hour clock is a convention of time keeping in which the day runs from midnight to midnight and is divided into 24 hours, numbered from 0 to 23. This system is the most commonly used time notation in the world today.[1] The 12-hour clock is, however, still dominant in a handful of countries,[1] particularly the United States, Canada (except Quebec) and Australia. 24-hour notation is also popularly referred to as military time or astronomical time in the US and Canada,[2] and in Australia (though rarely).[citation needed] In some parts of the world, it is called railway time. It is also the international standard notation of time (ISO 8601).[3] In the practice of medicine, the 24-hour clock is generally used in documentation of care as it precludes any ambiguity as to what time events occurred in the patient's medical history.
time space
Feb 10th, 2009, 10:11 AM
yyyy-mm-dd is the best way to sort, and it makes sense, as it goes from largest unit to smallest. any other way is a hassle to sort.
ISO 8601 is an international standard for date and time representations issued by the International Organization for Standardization (ISO). Specifically, the standard is titled "Data elements and interchange formats — Information interchange — Representation of dates and times." The signature feature of ISO 8601 date and time representations is the ordering of date and time values from the most to the least significant or, in plain terms, from the largest (the year) to the smallest (the second).
ISO 8601 uses the 24-hour clock system. The basic format is [hh][mm][ss] and the extended format is [hh]:[mm]:[ss].
The correct format (and this is used by most governments now (look at your cheques Canadians)) is YYYY-MM-DD HH:MM:SS OR 2009-02-09 22:32:02
BUT because many people aren't quick enough to do the 24 hour clock, 10:32:02pm is acceptable as well.
+1
Most logical.
I'm posting this at: 2009-02-10 10:11:08
Eyies
Feb 10th, 2009, 10:56 AM
YYYY-MM-DD ftw. Also get rid of the awful 12-hour clock.
Si98
Feb 10th, 2009, 11:06 AM
Instead of using numbers for the month, why not just use the name of the month?
February 10, 2009.
The "American" date format is what most Canadians use. Governments and some other companies seem to use another format for some reason.
Laziness? 8 letters versus 2 numbers.
ben_liu
Feb 10th, 2009, 11:37 AM
February 10th, 2009
stevethewheel
Feb 10th, 2009, 12:07 PM
If you think about it, when someone asks you for what date you were born, how do you word it? February 9, 2009..so mm/dd/yyyy.
However, I find it confusing when dates are written as ///, I always look at the first number and hope that it's over 12 because then I know it's the other way around.
yeah, and I say 10 dollars too. But I write it $10. I guess for you it's 10$
khtm
Feb 10th, 2009, 12:36 PM
its 20090210.
Jon Lai
Feb 10th, 2009, 02:26 PM
yeah, and I say 10 dollars too. But I write it $10. I guess for you it's 10$
In French the dollar sign is at the back :P
Dash
Feb 10th, 2009, 02:57 PM
yeah, and I say 10 dollars too. But I write it $10. I guess for you it's 10$
+1
In French the dollar sign is at the back :P
and it's well established that the French are backwards. ;)
I'm surprised so many people don't use yyyy-mm-dd when writing dates in this format. if I were to write it in words, I'd say Feb 10, 2009, but when written out numerically, I can't see how anyone would think mm/dd/yy makes sense. if I were to write it only using 2 digits for the year, I would use dd/mm/yy.
myversa
Feb 10th, 2009, 04:03 PM
mm-dd-yyyy (American)
Fookmi
Feb 11th, 2009, 01:44 AM
Day month and year ....why no week?
Canada_7
Feb 11th, 2009, 02:44 AM
In terms of the date in just numbers, I do it dd/mm/yy, so today would be 11/02/2009.
But if I'm writing the whole thing out, I write it as February 11, 2009.
Flyer
Feb 11th, 2009, 02:50 AM
I go with the ISO 8601 international standard.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.