diff --git a/src/gui/filedetails/datefieldbackend.cpp b/src/gui/filedetails/datefieldbackend.cpp index 6c04369780..89556c8cc3 100644 --- a/src/gui/filedetails/datefieldbackend.cpp +++ b/src/gui/filedetails/datefieldbackend.cpp @@ -25,16 +25,29 @@ namespace Quick DateFieldBackend::DateFieldBackend(QObject *const parent) : QObject(parent) { + _dateFormat = QLocale::system().dateFormat(QLocale::ShortFormat); + // Ensure the date format is for a full year. QLocale::ShortFormat often // provides a short year format that is only two years, which is an absolute - // pain to work with -- ensure instead we have the full, unambiguous year - _dateFormat = QLocale::system().dateFormat(QLocale::ShortFormat); + // pain to work with -- ensure instead we have the full, unambiguous year. // Check for specifically two y's, no more and no fewer, within format date - const QRegularExpression re("(?