https://bugs.kde.org/show_bug.cgi?id=469935
Bug ID: 469935 Summary: secondary calendar date for tooltip & date format string Classification: I don't know Product: kde Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: mh.firouz...@gmail.com Target Milestone: --- if we enable a secondary calendar a tooltip that shows the date in that calendar will be available inside the calendar, I mean when we hover over a date inside the calendar. also there is a log format of current date in secondary calendar format, in the agenda subtitle(as shown in in the screenshot bellow). but there should be a posseblity for tooltip to show date in secondary calendar when we hover over the clock plus it would be very useful if we could have a chance to enter a custom date format in order to have date in secondary calendar beside/bellow the click.(currently it only accepts qt.date format string and date is in Gregorian) also it would be easier to add a second text box to specify the locale format and then using JS `Date().toLocaleDateString()` which will enable user to have more control on what he want to see, e.g: `new Date().toLocaleDateString('fa-IR',{year:'numeric',month:'2-digit',day:'2-digit',formatMatcher:'basic'})`   -- You are receiving this mail because: You are watching all bug changes.