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
hu, 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 that ev

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 th

[PHP] Date formatting in PHP 3.0

2001-08-30 Thread Paul McGee
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 that every date returns the same day of the week, Wed. I checked the documentation and it doesn't say anything about the expression only being executed once duri