We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d59e1 commit 074a3a2Copy full SHA for 074a3a2
src/main/java/com/olegshan/entity/Job.java
@@ -84,7 +84,7 @@ public void setDate(LocalDateTime date) {
84
}
85
86
public String getDateToDisplay() {
87
- DateTimeFormatter formatter = DateTimeFormatter.ofPattern("dd MMMM");
+ DateTimeFormatter formatter = DateTimeFormatter.ofPattern("d MMMM");
88
return date.format(formatter);
89
90
0 commit comments