Hi,

I am inserting the date in database in the string format dd/MM/yyyy

but when I display the date in table the format is change and it display yyyy/MM/dd

Qt Code:
  1. QString cdate = date.currentDate().toString("dd/MM/yyyy");
To copy to clipboard, switch view to plain text mode 


Its a simple question Can anyone tell me that Why it occur?