Skip to content

cDateISO::InMay()

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

Method InMay( )

 public   boolean libdatephp\cDate::InMay()

InMay() returns true, if the date lies in May

Example:

use libdatephp;

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

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

Returns

boolean true, if the date is a day in May

See also

Clone this wiki locally