-
Notifications
You must be signed in to change notification settings - Fork 0
cDateTime::SkipDays()
Rainer Stötter edited this page Apr 28, 2017
·
14 revisions
public mixed libdatephp\cDateTime::SkipDays(integer $days)
- Namespace : libdatephp
- Class name: cDateTime
- This method is defined by libdatephp\cDateTime
SkipDays( ) adds $days days to the timestamp
Example:
use libdatephp;
$dtm = new cDateTime( '2016-12-22 05:00:00' );
$dtm->SkipDays( 14 );
- $days integer - <p>the number of days to add / subtract from the timestamp</p>
This wiki page is part of the documentation of the PHP class library libdatephp