Hello, i have a simple QDateTimeEdit with format yyyy/MM/dd hh:mm
when i call dateTimeEdit->setDate(QDate::currentDate());
i see 17y/06/20, why year is badly formatted?
Thank you
Hello koahning, this is format from .ui
<property name="displayFormat">
<string>yyyy/MM/dd hh:mm</string>
</property>
Also in designer preview this is shown correct