Skip to content

Instantly share code, notes, and snippets.

@sizovs
Last active August 29, 2015 14:03
Show Gist options
  • Save sizovs/336c08ce65b8ab6597f0 to your computer and use it in GitHub Desktop.
Save sizovs/336c08ce65b8ab6597f0 to your computer and use it in GitHub Desktop.
def timeCame(String date) {
def today = new Date()
def expirationDate = new Date().parse('dd/MM/yyyy', date)
today.after expirationDate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment