Hello,
I'm uploading a tab delimited text file into my MySQL database using PHPMyAdmin. I have a field(in my text file) called date in which the date format is MM/DD/YYYY. However, the default date format in PHPMyAdmin is 0000-00-00 which I assume is YYYY/MM/DD.
How do I change the date format in PHPMyAdmin from the current default to MM/DD/YYYY ?
Thanks a lot for your advice.