codice:
SELECT *,
DATE_FORMAT(campo_datetime, 'Commento inviato il  %d/%m/%Y alle ore %h:%i') as string
FROM tabella
WHERE ...