I will try this for sure. But problem is i m using txt file. and all read, write, edit and delete logic is done with QStrings and indexing which then populates in QTableWidget. This might invovle alot of changes throughout the code.
I will try this for sure. But problem is i m using txt file. and all read, write, edit and delete logic is done with QStrings and indexing which then populates in QTableWidget. This might invovle alot of changes throughout the code.
Well in this case just format the date in a specific way and then use the same format for parsing it back.
I.e. QDate::toString() and QDate::fromString() with the same format.
Cheers,
_
Bookmarks