Hi Isomorphic,
please see this sample (locale in link) and select Aug, 16th.
As you can see, it is dd/MM/yyyy.
In here (GWT i18n file) it shows:
I know that the sample is JS and is not using GWT, but IMHO it should behave the same. So this seems to be a bug somewhere. I don't care to yy or yyyy, but for the day/month order.
GWT seems to not include locale permutations. I'm pretty sure it did before. showcase.nocache.js only lists 5 permutations.
Best regards
Blama
please see this sample (locale in link) and select Aug, 16th.
As you can see, it is dd/MM/yyyy.
In here (GWT i18n file) it shows:
Code:
dateFormats = EEEE 'den' d. MMMM y, d. MMM y, dd/MM/y, [B]dd/MM/yy[/B]
GWT seems to not include locale permutations. I'm pretty sure it did before. showcase.nocache.js only lists 5 permutations.
Best regards
Blama
Comment