Grails-Plugin-Consortium / grails-filterpane

Filterpane plugin for grails.
Apache License 2.0
16 stars 44 forks source link

Use getEndOfDay() for filtering dates with "GreaterThan". #57

Closed rokummer closed 9 years ago

rokummer commented 9 years ago

Example: Filtering for dates greater than May 18th does include May 18th if one uses the beginning of the day. Exchanging the beginning of the day by the end of the day should resolve the problem.