Using version 4.0.6 and macOS Sierra 10.12.
I get bank statements that are in the format:
- Code: Select all
ACCOUNTNUMBER-DATE
where DATE is in the format 'ddmmmyyyy' (i.e. no spaces, month name is short name).
I have a rule that looks for that date on the name in the format
- Code: Select all
ANYTHING-DATEMATCH
Matching as '31Dec.1999'.
Since upgrading to macOS Sierra, this no longer matches. I have tried replacing the month component with 'Anything' and it will now match.
Is this a bug?