![]() |
| |||||||
| View Poll Results: The 2nd day of March 2004. Choose as many as you like. | |||
| 2004-03-02 | | 12 | 38.71% |
| 03/02/2004 | | 10 | 32.26% |
| 02.03.2004 | | 11 | 35.48% |
| 2004-Mar-02 | | 3 | 9.68% |
| Mar/02/2004 | | 5 | 16.13% |
| 02.Mar.2004 | | 9 | 29.03% |
| Other, please specify. | | 8 | 25.81% |
| Multiple Choice Poll. Voters: 31. You may not vote on this poll | |||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Just Lurking Join Date: Oct 2002
Posts: 5,006
| What is Your Preferred Date Format? For example, the 2nd day of March 2004:
I'm just trying to get a general feel for a "top 3" type of thing. Thank you for your participation and contributions. [With a poll limit of 15 options, I couldn't put the original 18 options on the poll so I did some trimming to provide general representations of the basic options. And I made the poll public in case you want to be lazy and not reply but let me "track down" your location if I can -- that can be changed if y'all wish.]
__________________ 7. It is easier to write an incorrect program than understand a correct one. 40. There are two ways to write error-free programs; only the third one works.* |
| Dave_Sinkula is offline | |
| | #2 |
| Sweet Join Date: Aug 2002 Location: Tucson, Arizona
Posts: 1,698
| I don't know why. I just do it that way
__________________ Woop? |
| prog-bman is offline | |
| | #3 |
| Registered User Join Date: Dec 2004
Posts: 465
| It's such a trivial thing. You need the "I don't care" option in the poll.
__________________ My computer is awesome. |
| cerin is offline | |
| | #4 |
| Registered User Join Date: Jan 2005
Posts: 7,252
| I prefer day-month-year (I don't care what the separator is), but because month-day-year is the standard where I am (the US) I do it that way. |
| Daved is offline | |
| | #5 |
| MENTAL DETECTOR Join Date: Apr 2006 Location: United States
Posts: 3,295
| I usually just write the full date - month first, date second, simply because of where I am - unless I'm going to run out of room (when writing a check or filling out some form), in which case, I use one of the options with dot separators. I stopped using slashes cause I tend to write them too small. Again though, I like writing out the date. You've been asking a lot of questions about the time lately. If you don't mind my asking, does this have anything to do with your new time library? |
| whiteflags is offline | |
| | #6 |
| Registered User Join Date: Jun 2005 Location: New York
Posts: 1,465
| I dunno, one of these three. A nice dinner.Talking over several glasses of wine.Large amounts of sex A nice dinner/Talking over several glasses of wine/Large amounts of sex A nice dinner-Talking over several glasses of wine-Large amounts of sex I kind of like the first because it seperates the elements of the date quite nicely I believe, even though the interaction between the elements (like dashes can sometimes imply) can be fun
__________________ ╔╗╔╦══╦╗╔╦══╦╗ ║╚╝║╔╗║╚╝║╔╗║║ ║╔╗║╠╣║╔╗║╠╣╠╣ ╚╝╚╩╝╚╩╝╚╩╝╚╩╝ codez http://code.google.com/p/zxcvbn/ |
| Tonto is offline | |
| | #7 | ||
| Just Lurking Join Date: Oct 2002
Posts: 5,006
| Quote:
Quote:
![]() Or not.
__________________ 7. It is easier to write an incorrect program than understand a correct one. 40. There are two ways to write error-free programs; only the third one works.* | ||
| Dave_Sinkula is offline | |
| | #8 |
| Registered Abuser Join Date: Jun 2006 Location: Toronto
Posts: 584
| DAY / MONTH / YEAR or: YEAR / MONTH / DAY It makes more sense to parse a date from the smallest unit to largest (or vice versa), but the hell with logic right? No, the American world is intent on doing things backwards. I commend America for its innovations, but if its one thing that really gets me is their die-hardness towards change. Its a constant daily struggle to have to parse a date 3 times over just to figure out what date it actually is (even worse when day, month, and year are all less than 12), not to mention having to constantly ask the expected format before writing the date on legal documents. I'm sure it will take the International Space Station blowing up from Imperial conversions before America decides to get with the program. And so no one thinks I'm being biased here, yes I am including Canada when I refer to "America". Infact sometimes Canada disappoints me even more, we can be so naive sometimes, pretending that we can establish standards outside of American influence, yet ask most Canadians how fast a bullet travels and they'll probably give you an answer in FPS.
__________________ MSDN knows exactly what you're looking for... |
| @nthony is offline | |
| | #9 |
| & the hat of GPL slaying Join Date: Sep 2001
Posts: 5,732
| It really depends on the usage. For things like giving the date after a signature I use mm/dd/yyyy For things that need to be absolutely clear: dd Month Spelt out yyyy |
| Thantos is offline | |
| | #10 |
| Just Lurking Join Date: Oct 2002
Posts: 5,006
| On a product you purchase that will display the date [as in calendar date] as you would prefer. Ex: cell phone, TV, microwave, whatever.
__________________ 7. It is easier to write an incorrect program than understand a correct one. 40. There are two ways to write error-free programs; only the third one works.* |
| Dave_Sinkula is offline | |
| | #11 |
| CSharpener Join Date: Oct 2006
Posts: 5,336
| 02/Mar/2004 It is closest thing to how I spell it (never May 2, always 2nd of May - I mean in my native language) and I cannot be misinterpreted as 03-Feb
__________________ If I have eight hours for cutting wood, I spend six sharpening my axe. |
| vart is offline | |
| | #12 |
| Deathray Engineer Join Date: Mar 2007
Posts: 3,211
| I prefer any that are explicit, in addition to month, day, year, but only because that's how I verbally communicate the date: "The day in question is March the 2nd, 2004." 2004-03-02 I don't mind, because it makes sense going from year to month to day. The opposite way is too ambiguous because of month, day, year.
__________________ |
| MacGyver is offline | |
| | #13 |
| Math wizard Join Date: Dec 2006 Location: Minot, ND, USA
Posts: 521
| It depends on the situation and where its used. For internet usage, such as on my site, it's the first 3 letters of the month name, the day number, then the 4-digit year. This prevents all date format conflicts. Locally, when writing dates, it's the MM/DD/YYYY format since there's almost no chance of a date conflict. For files that contain dates and must be sorted chronologically, I use the YYYYMMDD format. The separators also vary. For my site, it'd be "Mar 2, 2004" for that example date (or "Jun 4, 2007" for today's date in my area (it's close to midnight so that's about to change)). I'd use "03/02/2004" locally (or "06/04/2007"), and in file names, I'd use "20040302" (or "20070604") of which doesn't have spaces. Locally and in file names, I add leading zeros as needed. For other internet usage, there are no leading zeros added. I always use the 4-digit year in every case. For internet usage, it's the date format conflict issue that influenced me in doing it that way (also, SimCity 3000 played a role, giving the first 3 letters of the month). Because file names, when sorted in a directory listing, are alphabetical, the design I use lets me sort file names chronologically correctly. The influence for the other is the general format I see in my local area.
__________________ High elevation is the best elevation. The higher, the better the view! My computer: XP Pro SP3, 3.17 GHz C2D CPU, 4 GB DDRII800 RAM (3 GB effective), X-Fi Platinum sound, GeForce 7600 GT, 1920x1440 resolution, 250 GB HDD, Visual C++ 2008 Express |
| ulillillia is offline | |
| | #14 |
| l'Anziano Join Date: Aug 2001
Posts: 2,630
| My preferred date format is the group date |
| DavidP is offline | |
| | #15 | |
| Just Lurking Join Date: Oct 2002
Posts: 5,006
| Quote:
Been there, done that got the T-shirt. The question was aimed more toward a consumer of a product, which I thought I had at least alluded to, in regard to an individual's personal preference. I know what I like, I know what I prefer; I know my list is far from exhaustive. The question is more or less, "What Do You Prefer?" [edit]I know it's in there somewhere, although fairly well hidden.[/edit]
__________________ 7. It is easier to write an incorrect program than understand a correct one. 40. There are two ways to write error-free programs; only the third one works.* | |
| Dave_Sinkula is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advancing day by day until it matches a second date | nhubred | C++ Programming | 1 | 05-30-2009 08:55 AM |
| Checking array for string | Ayreon | C Programming | 87 | 03-09-2009 03:25 PM |
| OLE date and time format | pastitprogram | C++ Programming | 7 | 04-05-2008 03:46 PM |
| validating a date month and year format | bazzano | C Programming | 3 | 08-16-2005 07:45 AM |