Added DD-MM-YYYY format option button in configuration menu. (#3710)

Co-authored-by: yash_kale <yash_kale@persistent.com>
This commit is contained in:
YashKale313
2025-06-22 23:11:49 +05:30
committed by GitHub
parent 67042f2836
commit 89679f5bb6

View File

@@ -67,4 +67,6 @@ QMap<QString, QString> StrftimeChooserWidget::m_buttonData{
{ QT_TR_NOOP("Full Date (%m/%d/%y)"), "%D" },
#endif
{ QT_TR_NOOP("Full Date (%Y-%m-%d)"), "%F" },
{ QT_TR_NOOP("Full Date (%d-%m-%Y)"), "%d-%m-%Y" },
};