Skip to content

Commit 90e5312

Browse files
committed
Zero before day removed
1 parent 906d7ca commit 90e5312

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
@@ -37,6 +37,6 @@ public Job(String title, String description, String company, String source, Stri
3737
}
3838

3939
public String getDateToDisplay() {
40-
return date.format(ofPattern("dd MMMM"));
40+
return date.format(ofPattern("d MMMM"));
4141
}
4242
}

0 commit comments

Comments
 (0)