Skip to content

Instantly share code, notes, and snippets.

@Frederikos
Created March 27, 2019 11:19
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 Frederikos/1c988ee4e24f1c848fc132d5128b5089 to your computer and use it in GitHub Desktop.
Save Frederikos/1c988ee4e24f1c848fc132d5128b5089 to your computer and use it in GitHub Desktop.
@BindingConversion
public static String convertDateToDisplayedText(Date date) {
return new SimpleDateFormat("yyyy:MM:dd").format(date);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment