-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::InNovember()
Rainer Stötter edited this page May 9, 2017
·
10 revisions
public boolean libdatephp\cDate::InNovember()
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
InNovember() returns true, if the date lies in a November
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
if ( $dt->InNovember( ) ) do_someting( ) ;
boolean true, if the date is a day in November
This wiki page is part of the documentation of the PHP class library libdatephp