2008-09-08再減10天 = 2008-08-29
$years = date("Y"); //用date()函式取得目前年份格式0000
$months = date("m"); //用date()函式取得目前月份格式00
$days = date("d"); //用date()函式取得目前日期格式00
$day = date("Y-m-d",mktime(0,0,0,$months,$days-15,$years));
echo $day;
我的生存之道,Where there is a will, there is a way!!
沒有留言:
張貼留言