View Full Version : CSV and dates!


MaximusArcher
07-05-2006, 02:25 AM
I'm in the UK.

I have a linked table to a csv file, in the file I have a date in the format dd/mm/yyyy.

When I view the date in the database window the format is displayed as mm/dd/yyyy.

How can I view the date (via the database table view ) as dd/mm/yyyy.

thanks,
Matt.

mhartman
07-05-2006, 05:58 AM
Hello:
In the control that holds your date in the database, put the following in the format property:
dd/mm/yyyy
'
Regards
Mark