Sets the date of this object to the $nth weekday of $weekday.
public setNthWeekday ( integer $weekday, integer $nth = 1 ) | ||
$weekday | integer | The day of the week (0 = Sunday, etc). |
$nth | integer | The $nth $weekday to set to (defaults to 1). Negative values count from end of the month (@since Horde_Date 2.1.0). |