Skip to content

Commit

Permalink
NVDB-5752: Fix formatting error on ShortDateAttribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
andpaas committed Aug 5, 2020
1 parent 9ba466b commit 8274f17
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ public AttributeType getAttributeType() {

@Override
public String getValueAsString() {
return value.format(DateTimeFormatter.ISO_LOCAL_DATE);
return value.format(DateTimeFormatter.ofPattern("--MM-dd"));
}

@Override
Expand Down

0 comments on commit 8274f17

Please sign in to comment.