Hi, I'm facing a `groovy.lang.MissingMethodExcepti...
# general
h
Hi, I'm facing a
groovy.lang.MissingMethodException: No signature of method: java.util.Date.minus()
in the following code:
Copy code
.withCriteria {
    def now = new Date()
    between('visitDate', now-90, now)
}