-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::Month0()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public string libdatephp\cDate::Month0()
- Namespace : libdatephp
- Class name: cDateISO
- 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