Is this date format common?

Leros

Lifer
Jul 11, 2004
21,867
7
81
I'm studying some old exams and the date on one is 02/10/29. I assume its Oct 29, 2002.

Is this date format common anywhere? The professor is Indian if it makes a difference.

 

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
Originally posted by: ironwing
Originally posted by: Leros
Originally posted by: Tweak155
Yep. Helps make sorting easier.

Duh. That makes sense.

Once you start using YYYY/MM/DD you'll never look back.

Why does the '/' continue? Why can't we start using a more filesystem friendly delimiter, like '-'?
 

IronWing

No Lifer
Jul 20, 2001
73,089
34,384
136
Originally posted by: GeekDrew
Originally posted by: ironwing
Originally posted by: Leros
Originally posted by: Tweak155
Yep. Helps make sorting easier.

Duh. That makes sense.

Once you start using YYYY/MM/DD you'll never look back.

Why does the '/' continue? Why can't we start using a more filesystem friendly delimiter, like '-'?

I was just being consistent with the thread. I use YYYY_MM_DD for my directory and file names where appropriate.
 

Tweak155

Lifer
Sep 23, 2003
11,449
264
126
Originally posted by: GeekDrew
Originally posted by: ironwing
Originally posted by: Leros
Originally posted by: Tweak155
Yep. Helps make sorting easier.

Duh. That makes sense.

Once you start using YYYY/MM/DD you'll never look back.

Why does the '/' continue? Why can't we start using a more filesystem friendly delimiter, like '-'?

Why even use a delimiter? 20090309 is just as easily read.
 

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
Originally posted by: Tweak155
Originally posted by: GeekDrew
Originally posted by: ironwing
Originally posted by: Leros
Originally posted by: Tweak155
Yep. Helps make sorting easier.

Duh. That makes sense.

Once you start using YYYY/MM/DD you'll never look back.

Why does the '/' continue? Why can't we start using a more filesystem friendly delimiter, like '-'?

Why even use a delimiter? 20090309 is just as easily read.

20090309 is just as easily sorted, but IMO it's easier to read with delimiters. I omit delimiters in filenames, but rarely omit delimiters when printing the date.
 

Tweak155

Lifer
Sep 23, 2003
11,449
264
126
Originally posted by: GeekDrew
Originally posted by: Tweak155
Originally posted by: GeekDrew
Originally posted by: ironwing
Originally posted by: Leros
Originally posted by: Tweak155
Yep. Helps make sorting easier.

Duh. That makes sense.

Once you start using YYYY/MM/DD you'll never look back.

Why does the '/' continue? Why can't we start using a more filesystem friendly delimiter, like '-'?

Why even use a delimiter? 20090309 is just as easily read.

20090309 is just as easily sorted, but IMO it's easier to read with delimiters. I omit delimiters in filenames, but rarely omit delimiters when printing the date.

Agreed. But file system != print. I'd use a delimiter for printing, and most likely re-organize the date to a US friendly system such as DD/MM/YY.
 

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
Originally posted by: Tweak155
Agreed. But file system != print. I'd use a delimiter for printing, and most likely re-organize the date to a US friendly system such as DD/MM/YY.

Bah, screw that. :p One of my largest pet peeves is "US-friendly" date printing. I try, whenever possible, to go out of my way to ensure that dates are formatted using YYYY-MM-DD in any document or report I design or generate.
 

Babbles

Diamond Member
Jan 4, 2001
8,253
14
81
I think the OP's date is sorta jacked, if it was YYYY as opposed to YY it would make more sense. When I backup files on my computer I batch them using YYYY-MM-DD format. As others noted, it makes it much easier to sort.
 
Oct 27, 2007
17,009
5
0
My file system is YYMMDD. In general dates are formatted as DD/MM/YYYY where I'm from, which makes much more sense than MM/DD/YYYY used in North America.
 

Fayd

Diamond Member
Jun 28, 2001
7,970
2
76
www.manwhoring.com
YYYYMMDD is international standard... it's used in things where compatibility is a necessity.. astronomers use it, tmk.

i like it. it makes more sense for getting down to the specific day.
 

Fayd

Diamond Member
Jun 28, 2001
7,970
2
76
www.manwhoring.com
Originally posted by: GodlessAstronomer
My file system is YYMMDD. In general dates are formatted as DD/MM/YYYY where I'm from, which makes much more sense than MM/DD/YYYY used in North America.

it may make more sense, but we're NEVER giving up the imperial measurement system.
 

Babbles

Diamond Member
Jan 4, 2001
8,253
14
81
Originally posted by: GodlessAstronomer
My file system is YYMMDD. In general dates are formatted as DD/MM/YYYY where I'm from, which makes much more sense than MM/DD/YYYY used in North America.

I don't see why that is true. In common parlance in the U.S. the date is usually verbalized as, for example, "Today is March Seventh of 2009." Therefore it makes perfect sense to write the date in the same manner it is said.

If it was typically accepted to verbalize the date as, for example, "The Seventh of March of 2009" then, of course, it would make sense to write the date in that manner.

Because that is not how it is done in your neck of the woods should not be construed as a nonsensical way of doing it.

 

Leros

Lifer
Jul 11, 2004
21,867
7
81
Originally posted by: Babbles
Originally posted by: GodlessAstronomer
My file system is YYMMDD. In general dates are formatted as DD/MM/YYYY where I'm from, which makes much more sense than MM/DD/YYYY used in North America.

I don't see why that is true. In common parlance in the U.S. the date is usually verbalized as, for example, "Today is March Seventh of 2009." Therefore it makes perfect sense to write the date in the same manner it is said.

If it was typically accepted to verbalize the date as, for example, "The Seventh of March of 2009" then, of course, it would make sense to write the date in that manner.

Because that is not how it is done in your neck of the woods should not be construed as a nonsensical way of doing it.

Problem is we live in a global world. I often read documents from people around the world and confusion can happen.
 
Oct 27, 2007
17,009
5
0
Originally posted by: Babbles
Originally posted by: GodlessAstronomer
My file system is YYMMDD. In general dates are formatted as DD/MM/YYYY where I'm from, which makes much more sense than MM/DD/YYYY used in North America.

I don't see why that is true. In common parlance in the U.S. the date is usually verbalized as, for example, "Today is March Seventh of 2009." Therefore it makes perfect sense to write the date in the same manner it is said.

If it was typically accepted to verbalize the date as, for example, "The Seventh of March of 2009" then, of course, it would make sense to write the date in that manner.

Because that is not how it is done in your neck of the woods should not be construed as a nonsensical way of doing it.

I don't want to make a big deal of it, but yeah I think dd/mm/yyyy (or the reverse, yyyy/mm/dd) does make more sense. Why would you start with the second biggest denomination, then the smallest, then the biggest? It just makes sorting a pain.

However, none of this really matters in casual use, and the standard dd/mm/yyyy around here still doesn't make as much sense as the OP's yyyy/mm/dd. Also, I don't think your verbalization argument holds water, as in my experience people are just as likely to say "March 7th" as they are to say "7th of March".
 
Oct 27, 2007
17,009
5
0
Originally posted by: Leros
Problem is we live in a global world. I often read documents from people around the world and confusion can happen.

Yes, this is a huge hassle when developing software. We really need to standardise these things.
 

Babbles

Diamond Member
Jan 4, 2001
8,253
14
81
Originally posted by: GodlessAstronomer
Originally posted by: Babbles
Originally posted by: GodlessAstronomer
My file system is YYMMDD. In general dates are formatted as DD/MM/YYYY where I'm from, which makes much more sense than MM/DD/YYYY used in North America.

I don't see why that is true. In common parlance in the U.S. the date is usually verbalized as, for example, "Today is March Seventh of 2009." Therefore it makes perfect sense to write the date in the same manner it is said.

If it was typically accepted to verbalize the date as, for example, "The Seventh of March of 2009" then, of course, it would make sense to write the date in that manner.

Because that is not how it is done in your neck of the woods should not be construed as a nonsensical way of doing it.

I don't want to make a big deal of it, but yeah I think dd/mm/yyyy (or the reverse, yyyy/mm/dd) does make more sense. Why would you start with the second biggest denomination, then the smallest, then the biggest? It just makes sorting a pain.

However, none of this really matters in casual use, and the standard dd/mm/yyyy around here still doesn't make as much sense as the OP's yyyy/mm/dd. Also, I don't think your verbalization argument holds water, as in my experience people are just as likely to say "March 7th" as they are to say "7th of March".

The entire verbalization argument holds water because in the U.S., history has demonstrated this. You may not agree with that, which is all fair, but that is just a nuance of our writing & speaking system in the U.S. It is typical to verbalize the date as I noted and as such that is the common practice of writing it. As an evolution of a written language following a spoken language it makes perfect sense.

In my field I have seen it to be somewhat of an industry standard - and I think it could be an OECD regulation - to write the date as (for example) 07-MAR-2009 using English language for the months.
 

StinkyPinky

Diamond Member
Jul 6, 2002
6,983
1,281
126
Anyone that says MM/DD/YYYY makes sense is smoking something. Even in longhand most people I know say 7th of March 2009.

However YYYY/MM/DD makes the most sense. From biggest to smallest. So the entire world is wrong :D