I have a recordset which return a date field with the format : mm//dd//yy, but on my CGXDaoRecordWnd the field must be displayed as dd//mm//yy. How can I do this?

Take a look the date time control sample in dbfbrows.

It shows date fields in a specific format and stores them in another format in the database.