$birthday1 = mktime(0, 1, 0, date("m"), date("d"), date("Y")-29); $birthday = date('m-d-Y', $birthday1); $birthday_search = date('Y-m-d', TIMENOW);