-
Notifications
You must be signed in to change notification settings - Fork 0
cDate::MaxWeekday()
Rainer Stötter edited this page May 9, 2017
·
1 revision
public integer libdatephp\cDate::MaxWeekday()
- Namespace : libdatephp
- Class name: cDate
- This method is defined by libdatephp\cDate
MaxWeekday() returns the last possible weekday ( monday .
. sunday ) for the actual week
weekday numbers range from sunday (0) to saturday (6)
Normally a week ranges from monday to sunday. But the first and last week of months and years do differ.
Example:
integer the last possible weekday of this week. 0 if the full week is available. 1 if up to monday, 2 upto tuesday ...
This wiki page is part of the documentation of the PHP class library libdatephp