Skip to content

cDate::InJuly()

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

Method InJuly( )

 public   boolean libdatephp\cDate::InJuly()

InJuly() returns true, if the date lies in a July

Example:

use libdatephp;

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

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

Returns

boolean true, if the date is a day in July

See also

Clone this wiki locally