Oluşturma sürelerine göre Magento Filtre koleksiyonu (bugün, dün, hafta, saat vb.)
Oluşturulan tarihe ve "dün" oluşturulan het girişlerine göre filtrelemek istediğim özel bir koleksiyonum var Koleksiyon Girişleri //dates are set in controller using setCreatedTime(Mage::getModel('core/date')->gmtDate()); Dün oluşturuldu (çalışmıyor) //3 products items Yesterday //below filtering outputs incorrect entries $collection = Mage::getModel('things/things')->getCollection(); Denedim, ancak yanlış girişler çıktı; //thought strtotime('yesterday') would work.. $collection->addFieldToFilter('created_time', array('gt' => …