date format

B

bijan

Hi all
when I get data from database(SQL queries) it shows date format like 38306
instead of 2004/11/15, how can I converted this date format automatically
during executing queries?
Thanks
 
P

Per Jessen

Hi

Format the column as Date, then all dates should appear correct.

Regards,
Per
 
Top