Magento – Magento 2 : How to change default date format every where in magento

datedateformatmagento2

I want to change the default date format like mm/dd/yy to dd/mm/yy for en_us locale in admin as well as front-end.

Don't want to change the locale for that.

Best Answer

To change visible date format in date inputs You need to set proper Interface Locale in the Account Setting.

Account Setting > Interface Locale

After that You will see changes on the Edit Product Page.

Edit Product Page - date range in proper format

To change dates in frontend catalog go to: Stores > Configuration > Catalog > Catalog and find Date & Time Custom Options

There you can configure date format on store front catalog.

Related Topic