mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
🤖 Auto commit for release 'develop' on 2025-11-09
This commit is contained in:
@@ -64,6 +64,7 @@ class ParseDateString
|
||||
if ('xxxx-xx-xx' === strtolower($date)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// no x'es
|
||||
return !(!str_contains($date, 'xx') && !str_contains($date, 'xxxx'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user