> date("Y-m-d",strtotime("next Saturday"));
That would give the Saturday for next week (2003-07-05). Try "this Saturday" or just
"Saturday".
date("Y-m-d",strtotime("this Saturday")); // Currently returns 2003-06-28
Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

