2010年4月8日 星期四

Xoops 時區修正

時區修正 bluehost GTM -6


檢查正確的時間
echo formatTimestamp(time());

輸出修改

$bdate = strtotime("2010-03-01 12:28:33");
echo formatTimestamp($bdate);

樣版修正
<{$p.bdate|strtotime|formatTimestamp}>

沒有留言: