Skip to content

Commit

Permalink
change datetime format for projectcommit
Browse files Browse the repository at this point in the history
  • Loading branch information
SelimHorri committed Jun 27, 2021
1 parent 5cfa930 commit 2fa0d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/pfa/pack/model/dto/ProjectCommit.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public interface ProjectCommit {
public abstract String getLastName();
public abstract Integer getProjectId();

@DateTimeFormat(pattern = "dd/MM/yyyy HH:mm:ss")
@DateTimeFormat(pattern = "dd-MM-yyyyHH:mm:ss")
public abstract LocalDateTime getCommitDate();

public abstract String getCommitEmpDesc();
Expand Down

0 comments on commit 2fa0d23

Please sign in to comment.