https://bugs.kde.org/show_bug.cgi?id=389866
--- Comment #2 from Bob Stouffer <restouf...@gmail.com> --- I don't know much about formatting dates in Qt, but looking at the patch on the ticket you linked, it might be possible to call QLocale::dateTimeFormat(QLocale::ShortFormat) and if the returned QString does not contain 'yyyy', replace 'yy' with 'yyyy' and use that as your mAlternativeDateFormatToUse. -- You are receiving this mail because: You are watching all bug changes.