Re: [PHP] Date formatting in PHP 3.0

2001-08-30 Thread
From: Paul McGee <[EMAIL PROTECTED]> Date: Thu, Aug 30, 2001 at 12:45:49PM -0400 Message-ID: <[EMAIL PROTECTED]> Subject: Re: [PHP] Date formatting in PHP 3.0 > Thanks, I knew it was something stupid! > > However, the $dy = date ("D", $row[0]) doesn't work.

Re: [PHP] Date formatting in PHP 3.0

2001-08-30 Thread Paul McGee
Thanks, I knew it was something stupid! However, the $dy = date ("D", $row[0]) doesn't work. "* R&Ze:" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > From: Paul McGee <[EMAIL PROTECTED]> > Date: Thu, Aug 30, 2001 at 12:13:21PM -0400 > Message-ID: <[EMAIL P

Re: [PHP] Date formatting in PHP 3.0

2001-08-30 Thread
From: Paul McGee <[EMAIL PROTECTED]> Date: Thu, Aug 30, 2001 at 12:13:21PM -0400 Message-ID: <[EMAIL PROTECTED]> Subject: [PHP] Date formatting in PHP 3.0 > I'm looping through a MSQL db pulling out the dates where I would like to > display the date and then the day of the week. The problem is