We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When passing in a LocalDateTime, the expression parser needlessly converts into a Date
Date
This makes the filter unusable if you want to convert it to JPA format or SQL using filterExpression.getExpression(ExpressionFormat.JPA);
filterExpression.getExpression(ExpressionFormat.JPA);