`date` timestamp NOT NULL default CURRENT_TIMESTAMP
$res = mysql_query(SELECT UNIX_TIMESTAMP(date) AS date FROM `news` WHERE `id`=1); $fetch = mysql_fetch_assoc($res);
date('d-m-Y',$fetch['date']);