Skip to content

cDateISO::IsWednesday()

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

Method IsWednesday( )

 public   boolean libdatephp\cDate::IsWednesday()

IsWednesday() returns true, if the date is a wednesday

Example:

use libdatephp;

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

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

Returns

boolean true, if the date is a wednesday

See also

Clone this wiki locally