MMDDYY is correct to me, but that's just the convention in my country, other places people have different conventions. You are essentially complaining about the fact that people speak a different language in other countries than your own.
It's not only that, it's because the convention really, actually (from culture-free neutral viewpoint, that is) logically sucks because it's neither little endian nor big endian.
It's like writing one hundred twenty three as 213 "by convention" and then you need to know it actually means 123.
But yeah, I understand your point. When you get mentally stuck into something, no matter how crappy system it is, it's hard to fix.
My pet peeve is the analog clock. Yes, that one which is used literally everywhere, in my culture, and in yours. I still hate it. It's total FUBAR which only works by forcing the convention through the throats of little kids when their minds are flexible enough to learn any arbitrary piece of crap. You might not remember it any more but as a kid, you were taught how to read time from the analog clock, and it was not simple 5-minute lesson, it took real effort to start to really understand it.
As an engineer who likes logical and good solutions and detest all kinds of bullshit, I still struggle reading time from the analog clock.
The problems are:
* Most significant (hours) hand is
smaller than less significant (minutes) hand; or they are very similar in size, and form a strange graphical mess where you first need to identify which hand is which before you can start parsing.
* That stupid 12-hour system, it's like a scope that is set to trigger on both falling and rising edges of a sine wave so that the simple periodic signal is impossible to read. Why multiplex two completely different times of day into the same number? Who thought that?
* Despite people making a point that it's this way because of the history of showing the position of sun, this is exactly what it does
not do. Astronomy based clock would be 24-hrs clock, and would show directly up at noon (which it does), and directly down at midnight (which it doesn't). It would be a rough approximate instrument without any arbitrary minute hands that mess up the clear physical indication.
Add extremely stupid, probably alcohol-induced ideas like the daylight savings mess.
Digital 24-hrs clock at least solves part of the problems and is orders of magnitude more readable (you can just read the time directly without tedious and unreliable parsing*) but still has the the problem of the absolutely stupid 24-60-60 division (why not 100-100-100 or 1000-1000 or whatever?)
*) which you might not notice because you are so used to it that it runs on "autopilot"