-
Notifications
You must be signed in to change notification settings - Fork 0
cDateTime::FromTimestamp()
Rainer Stötter edited this page Apr 28, 2017
·
14 revisions
public mixed libdatephp\cDateTime::FromTimestamp(integer $tm)
- Namespace : libdatephp
- Class name: cDateTime
- This method is defined by libdatephp\cDateTime
FromTimestamp() sets the timestamp to the value represented by the timestamp
Example:
use libdatephp;
$dtm = new cDateTime( 20178 );
- $tm integer - <p>a cDate value</p>
This wiki page is part of the documentation of the PHP class library libdatephp