-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::SetMonth()
Rainer Stötter edited this page May 9, 2017
·
15 revisions
public mixed libdatephp\cDate::SetMonth(integer $m)
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
SetMonth() sets the month part of the date
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
$dt->SetMonth( 11 );
- $m integer - <p>the month part</p>
This wiki page is part of the documentation of the PHP class library libdatephp