-
Notifications
You must be signed in to change notification settings - Fork 0
cPeriod::Dec()
Rainer Stötter edited this page Apr 28, 2017
·
9 revisions
public mixed libdatephp\cPeriod::Dec()
- Namespace : libdatephp
- Class name: cPeriod
- This method is defined by libdatephp\cPeriod
Dec() decreases the boundaries for 1 day. Starting date and ending date are moved
Example:
use libdatephp;
$p1 = new cPeriod( new cDate( 11, 23, 2016 ), new cDate( 11, 25, 2016 ) );
echo $p1->Dec( );
This wiki page is part of the documentation of the PHP class library libdatephp