echo date('Y-m-d', strtotime('First Monday '.date('F o', strtotime("-4 months")));. The above code returns 2012-10-08, which is incorrect - the first monday ...
確定! 回上一頁