Help with dates that are not in American format
![AllenArt](https://farnsworth-prod.uc.r.appspot.com/forums/uploads/userpics/115/n4W2E704EJV30.jpg)
in The Commons
My Platinum Club membership expires on this date - 2023-03-01. Is that March 1st or January 3rd? o.O And if the company is based in the U.S., why the weird date format?
Comments
as an Australian I am equally puzzled and we do day/month/year
well going by mine it is year / Month / day
Here in the states we do month/day/year. Not sure when they switched.
That's the ISO date format: https://en.m.wikipedia.org/wiki/ISO_8601
It's a worldwide standard which is very often used on international websites.
You can never be sure with the US dates, which is why I always write the name of the month when I use dates in english. We use ddmmyyyy, which is logical from smallest unit to the largest.
I'll stick my neck out and say that's clearly March 1st since the year is given with four digits. No matter if you use Year-Month-Day or Day-Month-Year they come in a logical order going from largest unit to smallest unit or vice versa. Only the Americans have to complicate things and switch day and month around.
So, in other words, backwards to what I'm used to (March 1, 2023). Got it ;). I'm too old and set in my ways I guess. LOL
Laurie
It probably becomes more clear with dates for the membership that are not the first of the month, like my own membership, so yyyy-mm-dd as everyone already pointed out:
For me:
Membership Started: 2020-05-16
Expiration Date: 2022-02-15
So, yes it's YYYY-MM-DD
I was raised with the dd/mm/yyyy format as well, but from my days as a programmer, I very much preferred the ISO 8601 format. Why? Because you can order it as a text format (or as a pre-fix to a longer name) numerical or alphabetical, and it will still be in the right chronological order. Which is still very useful when used as pre-fixes in folder names on my computer: order folders by name, and everything is in a logical order.
This!
And if you look at your orders, they use the same format and you can see the date clearly.
I always try and use letters for the month online to avoid confusion, 10 Nov or Nov 10.
For a lot of us around the world, for example, 911 was yesterday not in September.
+1
They still use AM/PM for time in the product library though (the confusing format where 12.00 AM/PM comes before 01.00 AM/PM).
One of the reasons this is done is for data storage. With Month - Day - Year, things will always be in order from January to December
01-02-21 Jan 2
02-05-21 Feb 5
03-06-21 March 6
07-04-21 July 4
11-01-21 Nov 1
If you did those dates day first, they would end up in this order
01-11-21 Nov 1
02-01-21 Jan 2
04-07-21 July 4
05-02-21 Feb 5
06-03-21 March 6
Yes, it's YYYY-MM-DD. That's how MySQL stores, retrieves and displays DATE values by default.
But this format is for computers, not for humans.
Good webmasters never show dates in such raw format on their websites. They are even never store dates in such format, but unix timestamp (GMT).
PHP and MySQL has simple functions to convert "YYYY-MM-DD" format to any "human friendly" format. I prefer this one on international websites
Dec 15, 2021 22:00
I am from Europe and american format "MM/DD/YYYY" is stumble for me sometimes, for example, when I see 05/08/2021. (european format is DD/MM/YYYY). So, I think "Dec 15, 2021 22:00" is a perfect date format for all countries and international websites.
Is that EDT, EST or PST?![wink wink](https://www.daz3d.com/forums/plugins/ckeditor/js/ckeditor/plugins/smiley/images/wink_smile.png)
Probably MST?![devil devil](https://www.daz3d.com/forums/plugins/ckeditor/js/ckeditor/plugins/smiley/images/devil_smile.png)
Probably GMT :))
Well, I'm in the US so I generally use mm/dd/yy (or yyyy) on correspondence. But I always use yyyymmdd when labeling folders or files. Which is logical because it's easily sorted with newest on top. When I'm speaking it's always name of the month first (e.g. October 10th).
In the military we did Day / Month / Year, which is what I still tend to use on official things.
Yep, I know that american military use this notation. May be because it is more logical?
btw, russians use dots dd.mm.yy or dd.mm.yyyy Just for information.
That is a standard way of doing it in all of Europe I think but am not sure. Along with commas for periods and periods for commas in numbers.