I wrote an application that displays a table from a mysql db using QTableView. One of the columns is a Date.
On Windows it displays as yyyy-mm-dd but on linux is shows as yy-mm-dd.
Same code, same database.
The database lives on the Windows machine.
I have verified that the date format of the database is correct by using MySQL Query Browser running on the Linux machine.
Did I overlook something?
Bookmarks