-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::FromDMY()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public mixed libdatephp\cDate::FromDMY($str)
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
FromDMY() sets the internal day according to a DMY (day,month,year) date string
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
$dt->FromDMY( '22.12.2016' );
- $str mixed - <p>string the DMY string</p>
This wiki page is part of the documentation of the PHP class library libdatephp