-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::Weekday()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public integer libdatephp\cDate::Weekday()
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDate
Weekday() returns the weekday of the date Is the same eas DOW( )
The zero-based representation of the weekday will be returned (DOW_SUNDAY = 0 .. DOW_SATURDAY = 6).
Example:
use libdatephp;
$dt = new cDate( 11, 23, 2016 );
echo $dt->Weekday( );
integer the weekday
This wiki page is part of the documentation of the PHP class library libdatephp