RE: [PHP] convert VARCHAR 10 to DATETIME

2003-03-19 Thread freaky deaky
CTED]>, <[EMAIL PROTECTED]> Subject: RE: [PHP] convert VARCHAR 10 to DATETIME > > i am exporting a database out of filemakerpro 5 as a comma delimited > file, > > and > > importing the data into a mysql database > > > > most of the information tr

RE: [PHP] convert VARCHAR 10 to DATETIME

2003-03-19 Thread John W. Holmes
> i am exporting a database out of filemakerpro 5 as a comma delimited file, > and > importing the data into a mysql database > > most of the information transfer over ok, the one big problem i have is > filemaker's date/time format. > > in the filemaker pro database, it looks like the timestamp

Re: [PHP] convert VARCHAR 10 to DATETIME

2003-03-19 Thread Pete James
Could you use a function like strtotime()? freaky deaky wrote: this question is not strictly php related, but i thought possibly someone on this list might have dealt with this type of problem before. i am exporting a database out of filemakerpro 5 as a comma delimited file, and importing the

[PHP] convert VARCHAR 10 to DATETIME

2003-03-19 Thread freaky deaky
this question is not strictly php related, but i thought possibly someone on this list might have dealt with this type of problem before. i am exporting a database out of filemakerpro 5 as a comma delimited file, and importing the data into a mysql database most of the information transfer