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