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