Hi,
I'm using Qt Creator Dec 17 build.
If I try to write
QDate date = QDate::currentDate().toString("dd.MM.yyyy");
Qt Creator wil auto-correct this to
QDate date = QDate::currentDate().toString("dd->MM->yyyy");
Writing "dd.MM.yyyy" in another editor, then copy-pasting it into Qt Creator
works.
--
Christopher