QDate - wrong year
I have the following situation:
QDate fixDate = QDate::fromString(QString("270912"), "ddMMyy");
the year returned is 1912. I do not understand why and how get the correct year.
Thanks in advance