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