Closed
Description
Preconditions
- Magento 2.1.1
- PHP 7.0.12
Steps to reproduce
- Create an administrator user, set their language to French (France), and login to the backend using their credentials.
- Open "Reports" > "Coupon" (or any report) and enter the following dates: October 1st 2016 to October 16th 2016.
- Try to "display" the report.
Expected result
- It should display the report
Actual result
- It crashed with the following error:
Invalid input date format '16/10/2016'";i:1;s:6482:"#0 /PATH-T)-MAGENTO2/vendor/magento/zendframework1/library/Zend/Filter.php(114): Magento\Framework\Stdlib\DateTime\Filter\Date->filter('16/10/2016')
Looks like an error on the date format where day and month are inverted.