Skip to content

Instantly share code, notes, and snippets.

@springcome
Created October 28, 2015 06:11
Show Gist options
  • Select an option

  • Save springcome/5ffdc9f9c300585f6bf4 to your computer and use it in GitHub Desktop.

Select an option

Save springcome/5ffdc9f9c300585f6bf4 to your computer and use it in GitHub Desktop.
Date a, b; // assume these are set to something
Date d; // the date in question
return a.compareTo(d) * d.compareTo(b) > 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment