Skip to content

Instantly share code, notes, and snippets.

@bryanchug
Last active December 13, 2015 18:58
Show Gist options
  • Save bryanchug/4958638 to your computer and use it in GitHub Desktop.
Save bryanchug/4958638 to your computer and use it in GitHub Desktop.
import groovy.time.TimeCategory
Date getMaxDate(){
Date maxDate
use( TimeCategory ){
maxDate = new Date() + 18.years
}
return maxDate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment