Skip to content

cDate::IsWeekday()

Rainer Stötter edited this page Apr 28, 2017 · 9 revisions

Method IsWeekday( )

 public   boolean libdatephp\cDate::IsWeekday()

IsWeekday() returns true, if the date is a weekday

Example:

use libdatephp;

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

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

Returns

boolean true, if the date is a weekday

See also

Clone this wiki locally