I noticed that the "date / time" showing on the "backup file manager" page of Akeeba backend is not the format I like. So I decide to define a new date format.
Then I click on the "options" button on right corner of Akeeba backend page, and on the "Backend" tab, there is only one parameter: Date Format.
I input following code to that textbox:
Y-m-d H:M:S
Then I saved the options and cleared cache.
But when I enter the "backup file manager" page again, I noticed that those date/time showing there did NOT change.
So I think maybe the "Date Format" option does NOT work, or maybe I input a wrong format string? ( I am sure I had read the php.net manual recommended by you on the tooltip of that option).
Could you please help me to fix this?
Thank you.