Skip to content

cDate::InOctober()

Rainer Stötter edited this page May 9, 2017 · 10 revisions

Method InOctober( )

 public   boolean libdatephp\cDate::InOctober()

InOctober() returns true, if the date lies in an October

Example:

use libdatephp;

$dt = new cDate( 11, 23, 2016 );

if ( $dt->InOctober( ) ) do_someting( ) ;

Returns

boolean true, if the date is a day in October

See also

Clone this wiki locally