We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5946c86 commit e4dd7b3Copy full SHA for e4dd7b3
1 file changed
src/main/java/com/api/jsonata4java/expressions/utils/DateTimeUtils.java
@@ -636,7 +636,7 @@ private static PictureFormat analyseDateTimePicture(String picture) {
636
}
637
} else if ("YMDdFWwXxHhmsf".indexOf(def.component) != -1) {
638
String integerPattern = def.presentation1;
639
- if (def.presentation2 == null) {
+ if (def.presentation2 != null) {
640
integerPattern += ";" + def.presentation2;
641
642
def.integerFormat = analyseIntegerPicture(integerPattern);
0 commit comments