Skip to content

cDateISO::FirstWeekOfMonthISO2()

Rainer Stötter edited this page May 9, 2017 · 1 revision

Method FirstWeekOfMonthISO2( )

 protected   \libdatephp\cDateISO libdatephp\cDateISO::FirstWeekOfMonthISO2(integer $month, integer $year)

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




Clone this wiki locally