Thursday, June 23, 2016

Mengurangi jumlah bulan pada PHP


Misal Ingin Mengurangi satu bulan maka :
 
$effectiveDate = date('Y-m-d', strtotime("-1 months", strtotime($effectiveDate )));

No comments:

Post a Comment