-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::SetDate()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public mixed libdatephp\cDate::SetDate(mixed $m, integer $d, integer $y)
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
SetDate() sets the date
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
$dt->SetDate( 4, 21, 2012 );
- $m mixed - <p>the month [1..12] or a cDate variable</p>
- $d integer - <p>the day [1..31]</p>
- $y integer - <p>the year</p>
This wiki page is part of the documentation of the PHP class library libdatephp