Hi to All,
I'm using a QDateEdit widget to edit date values from a database, so I display date values as "dd/MM/yyyy" (settting displayFormat). When I finish to update the record the QDateEdit widget returns "yyyy-MM-dd" formtat. Is there a way to change the return value?
Thanks.