I little bit stuck in SQL datetime format, I'm using datetime
format because of sorting reasons.
The issue come that MySQL expect date in yyyy-mm-dd hh:mm:ss
format and I need in exactly the opposite dd-mm-yyyy
. There is some way pass and get in different format using PHP?
.