今天 05/18/2011 如果我愿意
echo date("H:i m/d/Y", strtotime("tomorrow"));
我得到 00:00 05/19/2011 应该是这样,但是如果我在 setcookie 中使用相同的函数,例如:
setcookie("wls_yesterday_review", 'completed', strtotime('tomorrow'),'/','myhost.com');
我的 cookie 将于 2011 年 5 月 18 日晚上 9:00 过期
我不确定我做错了什么,但我测试了不同的方式和不同的时间,我总是得到相同的结果
我想在第二天的 00:00 使 cookie 过期。如果今天是 05/18 10:00am 我希望它在 05/19 00:00 到期
多谢你们