Skip to content

Commit

Permalink
Merge pull request #1 from magexo/magexo-patch-2
Browse files Browse the repository at this point in the history
Fixing bad date format on sales_order grid
  • Loading branch information
krejcif authored Jan 30, 2017
2 parents 18da140 + 71801e2 commit 0de7c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<item name="component" xsi:type="string">Magento_Ui/js/grid/columns/date</item>
<item name="dataType" xsi:type="string">date</item>
<item name="label" xsi:type="string" translate="true">Purchase Date</item>
<item name="dateFormat" xsi:type="string">MMM dd, YYYY, H:MM:SS A</item>
<item name="dateFormat" xsi:type="string">MMM dd, YYYY, H:mm:ss A</item>
</item>
</argument>
</column>
Expand Down

0 comments on commit 0de7c46

Please sign in to comment.