In my MySQL database in phpMyAdmin I have a table in which when I enter a date in a field of the table I put the date in millisecond format.
Clicking on the field to select a calendar date appears as follows:
With the bar to select the milliseconds. And if I select any day, the field is saved in this way:
I have tried to change the configuration of the table and delete and re-create the field but the same thing still happens. It happens to me in any field of type DATETIME
.
This is the configuration of this table in particular:
What can be happening?