大米CMS官网论坛,大米站长联盟,大米站长之家,大米开发者社区

标题: magento2时间范围过滤 [打印本页]

作者: 追影    时间: 2020-9-16 16:58
标题: magento2时间范围过滤
$new_from = $this->_localeDate->date(new \DateTime($from),null,false,false)->setTime(0, 0, 0)->format('Y-m-d H:i:s');
$new_to = $this->_localeDate->date(new \DateTime($to),null,false,false)->setTime(23, 59, 59)->format('Y-m-d H:i:s');
if(strtotime($new_to)>strtotime($new_from)){
$this->_collection->addFieldToFilter('created_at',['from'=>$new_from,'to'=>$new_to]);
}






欢迎光临 大米CMS官网论坛,大米站长联盟,大米站长之家,大米开发者社区 (https://www.damicms.com/bbs/) Powered by Discuz! X3.1