Originally posted by levelwave
Why is this returning the date for next thursday instead of next friday?
return date( "m/d/y",strtotime( "next friday") );
[/B]
Nobody can answer this without a bit more information... I would suggest checking the web hosts date/time settings if all that is right then... we'll have to come up with some more ideas...
you may also try
return date( "l, F jS Y",strtotime( "next friday") );
that would certainly test the computers date/clock as it should return
Friday, October 29th 2004