Skip to content

cDateISO::InAugust()

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

Method InAugust( )

 public   boolean libdatephp\cDate::InAugust()

InAugust() returns true, if the date lies in an August

Example:

use libdatephp;

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

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

Returns

boolean true, if the date is a day in August

See also

Clone this wiki locally