| Summary: | Always represent dates with 2 digits for day and month | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | jesse <jvapr27> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
jesse
2022-02-06 17:21:49 UTC
The date format can be controlled via systemsettings5 (a tool of the KDE suite). Master has been changed lately to always show four digit year info upon entry. See https://invent.kde.org/office/kmymoney/-/commit/4cf8529f4015. Not sure, if we can backport that to the 5.1 branch. The display in the ledger had been fixed in 2020: https://invent.kde.org/office/kmymoney/-/commit/74b948fa. Regarding the leading zero: that is a settings thing as I get them here for my locale (German). Isn't that fixed in current master? If so, please close as fixed in version 5.2 I just compiled and tested on version : KMyMoney Version 5.1.80-27e8ac3e6 I still see the date as 6/13/2024 instead of 06/13/2024. Is there a setting I have to change? FYI I am on Gnome 46, in case it matters. The format is controlled by your locale settings. The only thing KMyMoney does is to make sure that the year always has 4 digits. I could think of an option to override the locale to always have 2 digits for month and day parts, but this needs to work along settings where the month is represented as a name, so not that easy to do. For that, I change this into a wish list item and modify it a little bit. |