If this is a server you have some control over, you can configure it to alter the DATETIME syntax with the date_format or datetime_format variables.
What I would suggest, however, is leaving the data format as-is and retrieving it using the DATE_FORMAT() function, so you can display the date in any manner you wish.