RE: [PHP] date() function doesn't seem to work right...

2003-12-02 Thread Wouter van Vliet
On maandag 1 december 2003 21:04 Curt Zirzow told the butterflies: > * Thus wrote Scott Fletcher ([EMAIL PROTECTED]): > > When I do this script, I didn't get a ":" and numbers in > > second. --snip-- date("Y-m-d H:i:s"); > > --snip-- > > > > works fine with phpversion() 4.2.2 > > Curt > -- >

Re: [PHP] date() function doesn't seem to work right...

2003-12-01 Thread Curt Zirzow
* Thus wrote Scott Fletcher ([EMAIL PROTECTED]): > When I do this script, I didn't get a ":" and numbers in second. > --snip-- > date("Y-m-d H:i:s"); > --snip-- > works fine with phpversion() 4.2.2 Curt -- If eval() is the answer, you're almost certainly asking the wrong question. -- Rasmus

Re: [PHP] date() function doesn't seem to work right...

2003-12-01 Thread Chris Shiflett
--- Scott Fletcher <[EMAIL PROTECTED]> wrote: > When I do this script, I didn't get a ":" and numbers in second. > --snip-- > date("Y-m-d H:i:s"); > --snip-- > > But when I do this script by adding a period to it, it worked okay. > --snip-- > date("Y-m-d H:i:s."); > --snip-- Either this is a bug

Re: [PHP] date() function doesn't seem to work right...

2003-12-01 Thread Scott Fletcher
Okay thanks... I'll do a workaround for now until PHP get upgraded in the near future. "Thijs Lensselink" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Scott Fletcher wrote on maandag 1 december 2003 16:41: > > When I do this script, I didn't get a ":" and numbers in second. > : -

RE: [PHP] date() function doesn't seem to work right...

2003-12-01 Thread Thijs Lensselink
Scott Fletcher wrote on maandag 1 december 2003 16:41: When I do this script, I didn't get a ":" and numbers in second. : --snip-- : date("Y-m-d H:i:s"); : --snip-- : : But when I do this script by adding a period to it, it worked : okay. --snip-- : date("Y-m-d H:i:s."); : --snip-- : : Thank

RE: [PHP] date() function doesn't seem to work right...

2003-12-01 Thread Jay Blanchard
[snip] When I do this script, I didn't get a ":" and numbers in second. --snip-- date("Y-m-d H:i:s"); --snip-- [/snip] When I cut and paste your code (PHP v 4.3.n) it works OK -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] date() function doesn't seem to work right...

2003-12-01 Thread Scott Fletcher
Hi Everyone!!! I noticed that date() function act a little funny, so I am wondering if anyone of you have noticed this problem or not. I'm just curious because I wanna know if it is my issue or is it a general issue for everyone. I'm using PHP version 4.2.3 on Unix machine. Please don't ask