here in Germany we usually use i.e. 19.09.2005 (shape 1) as standart date format. MySQL formats dates as 2005-09-19 (shape 2)and PHPRunner as 2005-9-19 (shape 3).
If I import a column of shape 1-dates with MySQL column set to varchar and PHPRunner configured as normal textfield I receive shape 1 dates. But when I add another date in phprunner-list I receive shape 3-dates. If I now need to sort dates the result obviously is incorrect since two date-shapes are mixed.
If I now change MySQL columnn to "date" with the imported shape 1-dates then those are completly wrong interpreted. 19.09.2005 becomes 20.09.2019.
If I change date-format in the Excel file to shape 2 and export it as text-file, all dates are formated back to shape 1 and will again be interpreted wrong.
If I change all imported dates manualle in phprunner-list I receive shape 3-dates. If I now export them they again are formated back to shape 1 in the text-file and will be wrong if I import them again.
This is slowly driving me nuts - has anyone expirienced those date-problems too?