* Thus wrote Ford, Mike               [LSS] ([EMAIL PROTECTED]):
> > -----Original Message-----
> > From: Adam Voigt [mailto:[EMAIL PROTECTED]
> > Sent: 21 July 2003 14:29
> > 
> > echo(date('U',strtotime('next Friday')));
> 
> Actually, for this upcoming Friday, that'd just be
> 
>    echo(date('U',strtotime('Friday')));
> 
> Slightly confusingly, 'next Friday' would be the Friday after that (because
> 'next' is defined to be equivalent to '2nd' -- no, I don't understand why
> either, I just know it is!!)

Its like when someone tells you to 'take the next exit'.. is it this exit
comming up or the one after that....

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to