Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateFilter does not parse string dates with the default dateFormat #676

Open
markolo25 opened this issue May 9, 2024 · 1 comment
Open

Comments

@markolo25
Copy link

according to the documentation

If you don't provide a pattern, either DateTimeFormatter.ISO_DATE_TIME or yyyy-MM-dd'T'HH:mm:ssZ will be used.

however this logic is not present in DateFilter.java, and if you do not provide an existingFormat parameter and you pass in a string it goes straight into an IllegalArgumetnException
image

@markolo25
Copy link
Author

Created PR #677 to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant