Skip to content

cDate::InFebruary()

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

Method InFebruary( )

 public   boolean libdatephp\cDate::InFebruary()

InFebruary() returns true, if the date lies in a February

Example:

use libdatephp;

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

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

Returns

boolean true, if the date is a day in February

See also

Clone this wiki locally