请问帝国CMS灵动标签时间格式转换date()函数使用方法
基本使用 <?=date('Y-m-d H:i:s', $bqr[newstime])?> 只显示日期 <?=date('Y-m-d', $bqr[newstime])?> 只显示时间 <?=date('H:i:s', $bqr[ne
基本使用 <?=date('Y-m-d H:i:s', $bqr[newstime])?> 只显示日期 <?=date('Y-m-d', $bqr[newstime])?> 只显示时间 <?=date('H:i:s', $bqr[ne
调用tags: 使用以下代码: [e:loop={"select * from cn_enewstags order by num desc limit 30", 0, 24, 0}] <li><a href="<?=$public_r[newsurl]?>e/tags/?tagid=<?=$b
[e:loop={"select DISTINCT(phome_enewstags.tagname),phome_enewstags.tagid,phome_enewstags.num from phome_enewstags inner join phome_enewstagsdata on phome_enewst
格式化时间: <?=date('Y-m-d', $bqr[newstime])?> <?=date('Y-m-d H:i:s', $bqr[newstime])?> <?=date('Y年m月d日', $bqr[newstime])?> 灵动标签格式: [e:loop={
调用当前栏目的缩略图 示例代码: [e:loop={"select classimg from [!db.pre!]enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}] <img src="<?=$bqr[classimg]