-
Notifications
You must be signed in to change notification settings - Fork 0
cDateISO::FirstWeekOfMonthISO2()
Rainer Stötter edited this page May 9, 2017
·
1 revision
protected \libdatephp\cDateISO libdatephp\cDateISO::FirstWeekOfMonthISO2(integer $month, integer $year)
- Namespace : libdatephp
- Class name: cDateISO
- This method is defined by libdatephp\cDateISO
FirstWeekOfMonthISO2( ) returns the date of the first monday of the month $month in the year $year
The first week does not start on the 1-st of the month but on the first monday.
#### Arguments
* $month **integer** - <p>the month</p>
* $year **integer** - <p>the year</p>
#### Returns
\libdatephp\cDateISO the date of the first week of the given month
This wiki page is part of the documentation of the PHP class library libdatephp