Skip to content

Commit

Permalink
Merge pull request #24 from SelimHorri/develop
Browse files Browse the repository at this point in the history
change datetime format for projectcommit
  • Loading branch information
SelimHorri authored Jun 27, 2021
2 parents 0554de7 + 2fa0d23 commit e88da77
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 e88da77

Please sign in to comment.