Here's a simple (hopefully) L10N question:
Do all locales want this format:
Sunday, Nov 23, 2008
with the weekday before the date, or do some locales want it after the date like this?
Nov 23, 2008, Sunday
|
|
Here's a simple (hopefully) L10N question: Do all locales want this format: Sunday, Nov 23, 2008 with the weekday before the date, or do some locales want it after the date like this? Nov 23, 2008, Sunday
|
|||
|
|
|
Don't assume that. I can customize my setting in XP to : T. MMMM JJJJ,TTTTT , which is: 24. November 2008,Montag Yes. This is not per default, but I can set this in my regional settings! |
|||
|
|
|
|
I can't answer for all locales, but in French, we say "dimanche 23 novembre 2008", so for us, the answer is yes. Now, I don't know your purpose, but you probably shouldn't make any guess like that anyway... [EDIT] Funnily, I found an example in analyzing how the zh_TW locale is setting the date/time formats in Java 1.4. I found the format for this locale to be (after decompiling it):
while default, for US (found on the Net), is:
See the full date pattern, the EEEE (day in week) is at the end for Taiwan... |
|||
|
|
|
No. For example, the Japanese use the order year-month-day-weekday. |
||
|
|