Subtract months from a Date in PHP

Description

The following code shows how to subtract months from a Date.

Example


<?php// www . j av  a  2  s  .c om

$date = new Date();
$date->setDMY(28,4,2010);
$date->subMonths(9);
$dcs = $date->getArray();
print_r($dcs);

?>




















Home »
  PHP Tutorial »
    Data Types »




Array
Array Associative
Array Util
ArrayObject
Data Types
Date
Date Format
DateTime
Number
String
String Escape
String Filter
String HTML
String Type
Timezone