When I make an INSERT in the bdd using a form one of the columns automatically generates the date in which it was made, the case is that it is stored with this format
2017-03-29 17:12:16
What I am trying to solve is to change the format to dd / mm / yyyy when it is displayed on the screen
I'm using phpMyAdmin to manage the bdd, from there you can modify the format? or does it have to be by php? if the latter case is how it could be done?
thanks in advance