Question
Windows does not support dates prior to midnight (00:00:00), January 1, 1970
I can't figure out how to solve this problem.
When I test the file on Unix no problem but now I want to test it on my own
desktop which is XP Pro and now I got this message
http://www.tinemuller.dk/div/datofejl.gif and on line 20 and 21 I have this:
20 ----- $row[12] = date("Y-m-d",strtotime($row[12]));
21 ----- $row[13] = date("Y-m-d",strtotime($row[13]));
I have used days to figure out to solve this problem and have read somewhere
to look at this site http://phplens.com/phpeverywhere/adodb_date_library but
I'm a beginner of PHP MySQL so I don't know what to change in the code. Can
someone help, please before I go nuts?:-)
I don't belive that there is no solution because there will people who have
to use informations prior to January 1, 1970 so there MUST be a solution.
--
KH
Tine Müller
homepage: http://tine_muller.homepage.dk/
When I test the file on Unix no problem but now I want to test it on my own
desktop which is XP Pro and now I got this message
http://www.tinemuller.dk/div/datofejl.gif and on line 20 and 21 I have this:
20 ----- $row[12] = date("Y-m-d",strtotime($row[12]));
21 ----- $row[13] = date("Y-m-d",strtotime($row[13]));
I have used days to figure out to solve this problem and have read somewhere
to look at this site http://phplens.com/phpeverywhere/adodb_date_library but
I'm a beginner of PHP MySQL so I don't know what to change in the code. Can
someone help, please before I go nuts?:-)
I don't belive that there is no solution because there will people who have
to use informations prior to January 1, 1970 so there MUST be a solution.
--
KH
Tine Müller
homepage: http://tine_muller.homepage.dk/
