Skip to content

Instantly share code, notes, and snippets.

@CheolhoJeon
Created April 27, 2020 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CheolhoJeon/4561455f3a4e025cd305b3fdefb815e1 to your computer and use it in GitHub Desktop.
Save CheolhoJeon/4561455f3a4e025cd305b3fdefb815e1 to your computer and use it in GitHub Desktop.
@JsonFormat(pattern = "yyyyMMddHHmmss")
private LocalDateTime birthDateTime;
@JsonFormat(pattern = "yyyMMddHHmmss")
private Date birthDate;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment