Importing dates from CSV
Posted: Mon Sep 15, 2003 11:30 am
I have a CSV file where one column has a date in the format DD/MM/YY.
When i import this into a tinyblob field, it becomes YYYY-MM-DD HH:MM:SS.
How can i store it in the original format?
Im not bothered if it is actually seen as a date, i just need to grab it as a string in my PHP code.
Thanks
Mark
When i import this into a tinyblob field, it becomes YYYY-MM-DD HH:MM:SS.
How can i store it in the original format?
Im not bothered if it is actually seen as a date, i just need to grab it as a string in my PHP code.
Thanks
Mark