cahuja
cahuja
Looking at your CLDR ticket, would it make sense to add this missing pattern - "MMMM": "M月" to dateTimeFormats instead of adding complete skeletons?
A similar issue happens for pt-PT as well. The spec ([TR-35](http://www.unicode.org/reports/tr35/tr35-dates.html#Missing_Skeleton_Fields)) directs us to use the dateFormatLength full when using the pattern "yMMMMdjm" > Combine the patterns for the two...
Also, all my tests are on CLDR 28
This also happens for es-CL. That is enough information to suppose it is an issue for all locales.
Another example of this helps narrow this down as an ICU4j bug is as follows - In the locale "fr-BE", for pattern "yyMdjm", we are combining the date and time...
I think this should be another CLDR bug.
A workaround that worked was to explicitly provide yLLL as a format so that I avoid the matching code altogether and concat this with the CLDR data.