我希望得到一個特定日期的週數,使用Zend_Date的運算問題在獲得週日的週數,在Zend的
我的地方是設置好的英語(IN)en_IN],Opera瀏覽器
我使用下面的代碼
$date = new Zend_Date('22 Mar, 2010', null, Zend_Registry::get('Zend_Locale'));
echo $date->get(Zend_Date::WEEK); //output 12, correct
但是,如果我們給一個週日,將無法正常
例如
工作$date = new Zend_Date('21 Mar, 2010', null, Zend_Registry::get('Zend_Locale'));
echo $date->get(Zend_Date::WEEK); //output 11, not correct
它應該輸出12
有什麼不對呢?
如果錯誤跟蹤器工作不正常,您應該將其作爲錯誤跟蹤器上的錯誤提交。 – 2010-03-24 10:05:40
如果21:st是星期天,22:nd是星期一=新的星期,至少按瑞典標準。星期天開始英語周嗎? – chelmertz 2010-03-24 17:47:32
在美國,星期日是本週的第一天。我不知道其他地區遵守該規則。 – Sonny 2010-03-24 18:05:46