I got in my table two types:
hour_Event in type date
date_Event in type datetime
I would like hour_Event
to be formatted to hh:mm
and date_Event
to be dd/mm/yyyy
I use PHPMyAdmin and im new with MySQL so I dont know how to change the format and for what.
How do I do it?