I'm trying to get the date of every Monday in a month. I previously did this for every first Monday and it worked.
$date = strtotime("second monday of $month[$i] $year[j]");
But this didn't work for every monday
$date = strtotime("every monday of $month [$i] $year[j]");
I'm getting the month and year from an array.