vote up 2 vote down star

The question is quiet simple: I've got an arabic text with an US formated Date in it. What is the correct display order of this date? Is it(for instance) 01/10/2009 or 2009/10/1?

The bidi algorithm recognizes the numbers an slashes as neutral and orders them in the same direction like the surrounding text. So the date should be backwards but that's not what any browser does. On the other hand, i can't find any rule in the unicode bidi algorithm which excludes date patterns. So, what is correct here and (especially) why?

flag

57% accept rate
It will be interesting to see what the answers say, but putting the date backward as you called it, comes close to the ISO8601 date format, so it can't be too bad. – pavium Oct 1 at 10:52
Unfortunately, if it's not exactly the ISO standard, I suppose there's a risk of confusion. – pavium Oct 1 at 10:54

1 Answer

vote up 0 vote down

without going deep in the technical details

I can tell that 01/10/2009 is the correct one and some times it's 10/01/2009 but it's never 2009/10/1

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.