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

2003-01-23 Thread Joakim Andersson
Nathan Fritz wrote: We're running into the same problem. It was quite convenient to use date("Y-m-d",strtotime($dateField)) to process date data for MySQL. Worked fine for my news management system, since I work with current dates, but my colleague is using it for an application submission system,

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

2003-01-10 Thread Nathan Fritz
We're running into the same problem. It was quite convenient to use date("Y-m-d",strtotime($dateField)) to process date data for MySQL. Worked fine for my news management system, since I work with current dates, but my colleague is using it for an application submission system, and needs birthdates

[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. > I know 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 into My