If you select a date using the picker, it’s inserted in US format (mm/dd/yyyy) not (dd/mm/yyyy). If you examine the content of the page, i’m setting lang=“en-gb” at the HTML tag level, the dojoConfig level, and even at the html element level.
After much digging, the problem is the silly LDML files don’t have dateformats defined for en_GB, or en_IE but they do for en_AU. There’s just no rhyme or reason to it.
Hi George, has this changed from 1.12.x to 1.13.x? It’s possible something didn’t go as expected with the build and no one noticed. Also could you tell me what LDML is?
I’ve enabled GitHub issues for Dojo and Dijit, so it would be fine to open an issue in either repo as well if needed.
I did get some ideas from the folks at cldr on how to build fully resolved files. When I get a chance, I’ll take a look to see how hard it would be to fix myself.