-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::FromDate()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public mixed libdatephp\cDate::FromDate($obj)
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
FromDate() sets the internal day according to another cDate
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
$dt->FromDate( new cDate( 1, 11, 2014 ) );
- $obj mixed - <p>cDate the cDate to copy from</p>
This wiki page is part of the documentation of the PHP class library libdatephp