Skip to content

cDateISO::InJune()

Rainer Stötter edited this page May 9, 2017 · 1 revision

Method InJune( )

 public   boolean libdatephp\cDate::InJune()

InJune() returns true, if the date lies in a June

Example:

use libdatephp;

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

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

Returns

boolean true, if the date is a day in June

See also

Clone this wiki locally