Re: Re[2]: [PHP] 28th of March - PHP Problems!

2004-03-05 Thread Jason Wong
On Friday 05 March 2004 20:11, Richard Davey wrote: > JW> 03 !== 3 > > You're right of course, it doesn't - but it also makes no difference > to his problem: In this case it will make no difference, but if one were to use 09 (in the mistaken belief that it represents September then it would). >

Re[2]: [PHP] 28th of March - PHP Problems!

2004-03-05 Thread Richard Davey
Hello Jason, Friday, March 5, 2004, 12:07:41 PM, you wrote: JW> 03 !== 3 You're right of course, it doesn't - but it also makes no difference to his problem: "; $m2 = 3; echo date("D M d Y", mktime(0, 0, 0, $m2, 28, 2004)); ?> They both output the exact same thing. -- Best re