79157824

Date: 2024-11-05 06:04:51
Score: 1
Natty:
Report link

In java 8 and above you can use as follows:

 @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "dd-MM-yyyy")
private LocalDate month;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pankaj Singh