mysql + convert date time to date code example
Example: mysql convert timestamp to date
DATE_FORMAT(FROM_UNIXTIME(`timestamp`), '%Y-%m-%d') AS 'send_date',
%H:%i:%s
DATE_FORMAT(FROM_UNIXTIME(`timestamp`), '%Y-%m-%d') AS 'send_date',
%H:%i:%s