I have the following situation:
QDate fixDate = QDate::fromString(QString(\"270912\"), \"ddMMyy\");
the year returned is 1912.
1912
Could you use ddMMyyyy instead of ddMMyy? Or you need date in this format?
ddMMyyyy
ddMMyy
Look here for more information about fromString method