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

Fix MAL search results not showing start dates #1098

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

MajorTanya
Copy link
Contributor

The previous approach would always throw an Exception because SimpleDateFormat.format() expects the input to be of type Date or Number, not String.

The previous approach would always throw an Exception because
`SimpleDateFormat.format()` expects the input to be of type `Date` or
`Number`, not `String`.
@AntsyLich AntsyLich merged commit 97c81fa into mihonapp:main Aug 11, 2024
1 check passed
@MajorTanya MajorTanya deleted the fix-mal-search-dates branch August 11, 2024 17:15
@MajorTanya MajorTanya restored the fix-mal-search-dates branch August 11, 2024 17:16
@MajorTanya MajorTanya deleted the fix-mal-search-dates branch August 11, 2024 17:16
cuong-tran pushed a commit to komikku-app/komikku that referenced this pull request Aug 12, 2024
The previous approach would always throw an Exception because
`SimpleDateFormat.format()` expects the input to be of type `Date` or
`Number`, not `String`.

(cherry picked from commit 97c81fa)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants