in reply to Re: The Y2.001775K Bug
in thread The Y2.001775K Bug
I'm not quite sure what he means by check your string comparisons, because I can't see a way that it could change the outcome of a string comparison unless you were doing something terribly foolish like
if (substr($this_dat,0,4) eq substr($that_date,0,4) {
In which case it would come up false when you clearly would have wanted it to be true.
It was an interesting snippet anyway, just like yakko's below.
____________________
Jeremy
I didn't believe in evil until I ate it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: The Y2.001775K Bug
by Masem (Monsignor) on Apr 19, 2001 at 07:04 UTC |