Question:
How we change the order delivery date format on order grid table in backend? For example, I would like to change it as DD-MM-YYYY.
Answer:
In order to change the order delivery date format in backend, could you please extract the attached zip file to the folder Bss/OrderDeliveryDate/
Then, in file app/code/Bss/OrderDeliveryDate/view/adminhtml/ui_component/sales_order_grid.xml
edit this line <column name="shipping_arrival_date">
to <column name="shipping_arrival_date" class="Bss\OrderDeliveryDate\Component\Listing\Columns\Date">
Please note that, it's just the solution for your reference.
For more information about product, please refer Order Delivery Date for Magento 2 page
If you need any further assistance, please feel free to contact us.
Please visit our site for more useful Magento 2 Extensions: https://bsscommerce.com/magento-2-extensions.html
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article