Hi
When I upload my dates to my database all the dates are uploaded incorrectly. I am using PHPrunner 6 and have set the region and date settings to US. My spread sheet is using american date format MM/DD/YYYY (I am sure that is correct)
So i upload
12/11/2011
12/02/2012
12/03/2012
and the date is changed to in my database table
2011-12-11
2002-12-12
2003-12-12
I have never used the upload feature before. How upload the US date format and it import correctly?
Thanks in advance
Regards