[Digikam-devel] [Bug 96894] Wish: easier navigation between albums, tags and collections

Gilles Caulier caulier.gilles at gmail.com
Fri Sep 28 22:08:12 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=96894         




------- Additional Comments From caulier.gilles gmail com  2007-09-28 23:08 -------
Arnd, #15

KDE API can help to format date as string :

KDE3 : 

QString str = KGlobal::locale()->formatDateTime(dateTime, true, true);

KDE4 : 

QString str = KGlobal::locale()->formatDateTime(dateTime, KLocale::ShortDate, true);

Gilles



More information about the Digikam-devel mailing list