Skip to content

Commit eeff57c

Browse files
committed
MAGETWO-45496: Filtering by date is not working in grids
1 parent 2102fc9 commit eeff57c

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/DB/Adapter/Pdo

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3628,7 +3628,7 @@ protected function _prepareSqlDateCondition($condition, $key)
36283628
$result = $this->formatDate($condition[$key]);
36293629
}
36303630
} else {
3631-
$result = $this->formatDate($condition[$key]);
3631+
$result = $this->formatDate($condition[$key], false);
36323632
}
36333633

36343634
return $result;

0 commit comments

Comments
 (0)