Files
sure/app/views/import
GFRandGerald fa8769f792 fix: support DD/MM/YY date format for CSV imports (#3110)
Adds "DD/MM/YY" as a CSV-only date format for transaction and account
balance imports, addressing #1530.

Kept out of Family::DATE_FORMATS (the global date preference) since a
prior PR (#531) adding it there was rejected by a maintainer: 2-digit
years are ambiguous (Ruby's %y assumes 1969-2068) and could silently
misparse historical or future-dated transactions. Restricting it to
Import::CSV_ONLY_DATE_FORMATS keeps it available where the user can
see and verify a parsed preview against their own CSV data, per the
maintainer's suggested approach in that PR's discussion.

Co-authored-by: Gerald <248542187+gfr-free@users.noreply.github.com>
2026-08-22 03:55:08 +02:00
..