Skip to content

Instantly share code, notes, and snippets.

@Jawnnypoo
Created March 28, 2017 22:47
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 Jawnnypoo/5852c6285930eeeca6deaf82c4d92677 to your computer and use it in GitHub Desktop.
Save Jawnnypoo/5852c6285930eeeca6deaf82c4d92677 to your computer and use it in GitHub Desktop.
Days between ThreeTenABP
long days = ChronoUnit.DAYS.between(LocalDate.now(), otherDate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment