I have a date stored in a MySQL database and its formatted YYYY-MM-DD HH:MM:SS (datetime data type). When I retrieve and display it, I want it formatted in a different way (MM/DD/YY at HH:MM). Is there a PHP function that can “reformat” a date? Or do I have to do it manually?
If manually, what would be the most efficient way?
ZephyrWest :kommie: