EVALUATION
src/share/classes/sun/text/resources/FormatData_hr_HR.java
+ { "DateTimePatterns",
+ new String[] {
+ "HH:mm:ss z", // full time pattern
+ "HH:mm:ss z", // long time pattern
+ "HH:mm:ss", // medium time pattern
+ "HH:mm", // short time pattern
+ "yyyy. MMMM dd", // full date pattern
+ "yyyy. MMMM dd", // long date pattern
+ "dd.MM.yyyy.", // medium date pattern
+ "dd.MM.yy.", // short date pattern
+ "{1} {0}" // date-time pattern
+ }
+ }
|
|
|
EVALUATION
Talking to the director of croation language institute. She confirmed that the short format is correct like "dd.MM.yy." (note the dot at the end) but should not be officially used.
OK, now I have all required infos, could fix as requested.
|
|
|
EVALUATION
Thanks to Yuka I now have some official web resources:
http://www.predsjednik.hr/ - government, president site, uses: dd.MM.yyyy
http://www.vlada.hr/ - government portal, uses: dd.MM.yyyy
http://www.ihjj.hr - croatian language institute, uses dd.MM.yyyy
Asked for clarification for short format on language institute. Waiting for reply.
|
|
|
EVALUATION
Looking onto a several resources, how they define the pattern.
CLDR: yyyy.MM.dd, yyyy.MM.dd
windows: d.M.yy, dd.MM.yyyy, - there are more with same order - day-month-year
Solaris: %Y.%m.%d
Linux: %d.%m.%Y
Based on this the score is 2:2. Please supply official specification. Thanks.
|
|
|
EVALUATION
Jiri will take care of it.
|
|
|
|