-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::Month0()
Rainer Stötter edited this page May 9, 2017
·
10 revisions
public string libdatephp\cDate::Month0()
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
Month0() returns the month part of the date with leading zeroes
Example:
$dt = new \libdatephp\cDate( 1, 1, 2017 );
string the month part with leading zeroes
This wiki page is part of the documentation of the PHP class library libdatephp