Skip to content

Instantly share code, notes, and snippets.

@romach
Created April 10, 2017 12:19
Show Gist options
  • Save romach/5b56794ed1ec0c18cc907fbf2471a1d9 to your computer and use it in GitHub Desktop.
Save romach/5b56794ed1ec0c18cc907fbf2471a1d9 to your computer and use it in GitHub Desktop.
Java compare date
testDate.after(startDate) && testDate.before(endDate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment