DATE_FORMAT(datetime, format)
SELECT DATE_FORMAT( "2022-06-16 16:37:03", "Начало мероприятия назначено на %d %b, %H:%i" ) AS date_format;