Skip to content

Commit 82343cb

Browse files
committed
ACP2E-2127: Date filter is not working in admin grid.
- Fixed the CR comments.
1 parent 6ce291b commit 82343cb

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Ui/Component/Form/Element/DataType

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/Component/Form/Element/DataType/Date.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public function convertDateFormat(string $date): String
173173
\IntlDateFormatter::NONE,
174174
date_default_timezone_get()
175175
);
176+
176177
$formatter->setLenient(false);
177178
if (!$formatter->parse($date)) {
178179
$date = $formatter->formatObject(

0 commit comments

Comments
 (0)