[SOLVED] date added date format help
Posted: Thu Apr 20, 2023 7:50 pm
I have added a date column into the admin product list and it currently displays as the format YYYY-MM-DD H:i:s which outputs 2023-04-19 10:01:01 but I would like it to display as DD-MM-YYYY but can't work out how to change the format.
In admin/controller/catalog/product.php I have the line which thought would solve the issue
Can anyone help please, I am using OC 2.3.0.2
Thank you
In admin/controller/catalog/product.php I have the line
Code: Select all
'date_added' => date($this->language->get('date_format_short'), strtotime($result['date_added'])),
Can anyone help please, I am using OC 2.3.0.2
Thank you