CSV and dates!

MaximusArcher

Registered User.
Local time
Today, 09:09
Joined
Apr 7, 2005
Messages
15
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.
 
Hello:
In the control that holds your date in the database, put the following in the format property:
dd/mm/yyyy
'
Regards
Mark
 

Users who are viewing this thread

Back
Top Bottom