[EMAIL PROTECTED] (Harry Lau) wrote: > It is easy to use the function getDate() to obtain the date of today. > But instead of writing plenty of conditions, > is there any easy way to get the date of yesterday?
echo date("m-d-Y", mktime(0,0,0,date("n"), date("d")-1, date("Y"))); -- Henrik Hansen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]