PHP返回明天的日期
PHP返回明天的日期 [代码片段(4行)]
function get_tomorrow_date() {
$tomorrow = mktime(0,0,0,date("m"),date("d")+1,date("Y"));
return date("Y-m-d", $tomorrow);
}
- 上一篇:PHP生成静态html文件的方法
- 下一篇:PHP静态类
精彩图集
精彩文章
function get_tomorrow_date() {
$tomorrow = mktime(0,0,0,date("m"),date("d")+1,date("Y"));
return date("Y-m-d", $tomorrow);
}
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229