[PHP] Re: Using strtotime on 'old' dates.

2002-12-31 Thread David J. Johnson
Sorry to bug, but any ideas? David J. Johnson [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Is there any way to use strtotime on dates earlier than the Unix epoch? I'm using strtotime to reformat the date information for insertion into MySQL.

[PHP] Using strtotime on 'old' dates.

2002-12-28 Thread David J. Johnson
Is there any way to use strtotime on dates earlier than the Unix epoch? I'm using strtotime to reformat the date information for insertion into MySQL. I know that if strtotime is not accomodating, I can use a javascript to force the date to be entered in a certain format. But now I think that

[PHP] Re: Using strtotime on 'old' dates.

2002-12-28 Thread David J. Johnson
Btw, I'm using PHP 4.2.3 on Win XP Pro. David David J. Johnson [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Is there any way to use strtotime on dates earlier than the Unix epoch? I'm using strtotime to reformat the date information for insertion in