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