Answer the question
In order to leave comments, you need to log in
Why doesn't the date format change in phpmyadmin?
Hello. I went to the SQL section and executed the following code
SELECT DATE_FORMAT(`dateend`, '%d.%m.%Y') FROM `main`
Answer the question
In order to leave comments, you need to log in
With this command, you have selected a date and changed the output-only format.
the format has not changed in the database - this is normal.
either specify DATE_FORMAT each time, or change the database settings
If you do not want to select the data, but change it, then you can do it like this (after changing the column type, if necessary):
The notice in the yellow box tells you that you cannot change the data in the phpmyadmin visual editor, because the system does not have enough data to determine which rows you want to make changes to.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question