我在网格中有以下列:
$this->addColumn('order_date',
array(
'header'=> $this->__('Date'),
'align' =>'left',
'width' => '100px',
'index' => 'order_date',
'type' => 'date',
'filter_index' => 'orders_alias.created_at'
)
);
示例数据如下所示:http: //imageshack.us/photo/my-images/502/scr028.jpg/
按日期过滤时,13 Oct 2012
未找到任何行。这是有道理的,因为它是一个时间戳列。http://imageshack.us/photo/my-images/29/scr029.jpg/
如何使用 Magento 日期从/到选择器并选择13/10/2012
并显示具有此日期的所有行而不考虑时间部分?