Hi,

I have:
QString comHora = lineaHora.left(6);

comHora=100303

If I do:

QDate dia = QDate::fromString(comHora,"yyMMdd");
hora->setText("Timess: " + dia.toString());

It gives me:
jue mar 3 1910

I would like to get: 100303

Could you help me please?
Thanks