雷达智富

首页 > 内容 > 网页技术 > 正文

网页技术

分类独立调用字段名时间年月日

2021-11-19 301

分类调用文章年月日

<!--
<?php
$i=0;
foreach($listdb AS $key=>$rs){
$i++;
$time=explode("-",$rs[posttime]);
print <<<EOT
-->
$time[0]年$time[1]月$time[2]日
<!--
EOT;
}
?>
-->

专题调用文章年月日

<!--
EOT;
$i=0;
foreach($listdb AS $key=>$rs){
$i++;
$rs[posttime]=date('Y-m-d',$rs[posttime]);
$time=explode("-",$rs[posttime]);
print <<<EOT
-->
$time[0]年$time[1]月$time[2]日
<!--
EOT;
}
print <<<EOT
-->
更新于:2021-11-19 23:21
赞一波!

文章评论

评论问答