Page 1 of 1

[SOLVED] date added date format help

Posted: Thu Apr 20, 2023 7:50 pm
by ianhaney50
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

Code: Select all

'date_added' => date($this->language->get('date_format_short'), strtotime($result['date_added'])),
which thought would solve the issue

Can anyone help please, I am using OC 2.3.0.2

Thank you

Re: date added date format help

Posted: Thu Apr 20, 2023 9:39 pm
by by mona
admin/language/english/english.php

Re: date added date format help

Posted: Thu Apr 20, 2023 9:46 pm
by ianhaney50
I have got it working, I did refresh the modifications page within the admin side and was the same but refreshed it again and it's working now and displaying it in DD/MM/YYYY format now

Re: date added date format help

Posted: Thu Apr 20, 2023 9:49 pm
by by mona
Great please edit yoru title to include [SOLVED]
Have a nice day

Re: [SOLVED] date added date format help

Posted: Thu Apr 20, 2023 10:23 pm
by ianhaney50
No worries, I just updated the title to solved

Thank you, you too