-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::IsWeekend()
Rainer Stötter edited this page Apr 28, 2017
·
9 revisions
public boolean libdatephp\cDate::IsWeekend()
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
IsWeekend() returns true, if the date is a weekend
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
if ( $dt->IsWeekend( ) ) do_someting( );
boolean true, if the date is weekend
This wiki page is part of the documentation of the PHP class library libdatephp