> -----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!!) Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Beckett Park, LEEDS, LS6 3QS, United Kingdom Email: [EMAIL PROTECTED] Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php