mirror of https://github.com/apache/poi.git
Adjust some more for JDK 23/24
There are more date-formats which need to be defined manually for the German locale now to work without the COMPAT locale provider in JDK 23+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
704e9a5439
commit
b92a912e7d
|
@ -59,7 +59,7 @@ public final class LocaleDateFormat {
|
|||
VI_VN(LocaleID.VI_VN, 0, 1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16),
|
||||
HI_IN(LocaleID.HI_IN, 1, 2, 3, 5, 7, 11, 13, 0, 1, 5, 10, 11, 14),
|
||||
SYR_SY(LocaleID.SYR_SY, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12),
|
||||
DE_DE(LocaleID.DE_DE, "dd.MM.yyyy", 1, 3, 2, 5, 9, 10, 11, 12, 15, 16, 13, 14, 4, 6, 7, 8),
|
||||
DE_DE(LocaleID.DE_DE, "dd.MM.yyyy", "EEEE, d. MMM yyyy", 3, 2, 5, 9, 10, "dd.MM.yy HH:mm", "dd.MM.yy HH:mm:ss", 15, 16, 13, 14, 4, 6, 7, 8),
|
||||
NO_MAP(LocaleID.INVALID_O, 0, 1, 3, 2, 5, 9, 10, 11, 12, 15, 16, 13, 14, 4, 6, 7, 8)
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue