-
Notifications
You must be signed in to change notification settings - Fork 0
cDateTime::FromDMY()
Rainer Stötter edited this page Apr 28, 2017
·
14 revisions
public mixed libdatephp\cDateTime::FromDMY(string $str)
- Namespace : libdatephp
- Class name: cDateTime
- This method is defined by libdatephp\cDateTime
FromDMY( ) sets the timestamp to the value represented by a string in Day/Month/Year notation.
Example:
use libdatephp;
$dtm1 = new cDateTime( '22.12.2016 05:00:00' );
- $str string - <p>as a string representation of a timestamp</p>
This wiki page is part of the documentation of the PHP class library libdatephp