Thứ Bảy, 12 tháng 11, 2011

PHP: Date add day

$date = date("Y-m-d");// current 
date$date = strtotime(date("Y-m-d", strtotime($date)) . " +1 day");
$date = strtotime(date("Y-m-d", strtotime($date)) . " +1 week");
$date = strtotime(date("Y-m-d", strtotime($date)) . " +2 week");
$date = strtotime(date("Y-m-d", strtotime($date)) . " +1 month");
$date = strtotime(date("Y-m-d", strtotime($date)) . " +30 days");


(http://www.vision.to/how-to-add-days-weeks-months-to-any-date-.php)

Không có nhận xét nào:

Đăng nhận xét