smarty日期时间
<br />smarty日期使用案例<br />$smarty = new Smarty;<br />$smarty->assign('yesterday', strtotime('-1 day'));<br />$smarty->display('index.tpl');<br />index.tpl:<br /><br />{$smarty.now|date_format} //Sep 7, 2009<br />{$smarty.now|date_format:"%A, %B %e, %Y"}<br
转载
2010-12-06 13:58:00 ·
3933 阅读 ·
1 评论