Thank you for your reply, neroag.
I don't think I explained myself clearly.
The date format in the date field of my tab delimited text file is MM/DD/YYYY. The date format in the date field of my PHPMyAdmin is YYYY/MM/DD.
My question is how do I change the date format in PHPMyAdmin from the current default to MM/DD/YYYY ?
As a last resort, I can do a search & replace on my text file to change the date format before uploading it but this will create other complications in my data processing so I prefer not to do this.