Skip to content

Commit 074a3a2

Browse files
committed
Zero before day removed
1 parent 64d59e1 commit 074a3a2

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/olegshan/entity

1 file changed

+1
-1
lines changed

src/main/java/com/olegshan/entity/Job.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void setDate(LocalDateTime date) {
8484
}
8585

8686
public String getDateToDisplay() {
87-
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd MMMM");
87+
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("d MMMM");
8888
return date.format(formatter);
8989
}
9090
}

0 commit comments

Comments
 (0)