Donald Campbell
2008-08-18 20:11:20 UTC
I am looking at moving some old database systems to MySQL and I am
currently working on data loading using mysqlinport.
I have an issue with dates as all the data that is coming my way has
dates in DD/MM/YYYY. the load routines look to only accept it in
YYYY/MM/DD.
Is there anyway of telling the routines to use the European date format?
Would be nice if it could display dates in the format as well.
I did find a variable called "data_format" in the online documentation,
however, it said that it was no-longer used.
THanks.
Don
currently working on data loading using mysqlinport.
I have an issue with dates as all the data that is coming my way has
dates in DD/MM/YYYY. the load routines look to only accept it in
YYYY/MM/DD.
Is there anyway of telling the routines to use the European date format?
Would be nice if it could display dates in the format as well.
I did find a variable called "data_format" in the online documentation,
however, it said that it was no-longer used.
THanks.
Don