<?php $showtime2=strtotime($myrow["updatetime"]); echo date("D d,M Y",$showtime2);?>
其中
updatetime,形如2008-06-20 01:16:20
格式化后,形如 形如(Wed 30,Jul 2008)