-
Notifications
You must be signed in to change notification settings - Fork 0
cDateTime::FromMDY()
Rainer Stötter edited this page Apr 28, 2017
·
14 revisions
public mixed libdatephp\cDateTime::FromMDY(string $str)
- Namespace : libdatephp
- Class name: cDateTime
- This method is defined by libdatephp\cDateTime
FromMDY( ) sets the timestamp to the value represented by a string in Month/Day/Year notation.
Example:
use libdatephp;
$dtm2 = new cDateTime( '12/22/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