帝国CMS灵动标签调用指定某个时间段的信息(日期时间归档)多种写法
主要是对这篇文章的补充https://www.moyublog.com/notes/317.html
1、某天发布的文章
[e:loop={'news',10,18,0,'newstime>='.to_time('2010-11-11 00:00:01').' and newstime<='.to_time('2010-11-11 23:59:59').''}]
target=_blank>=$bqr[title]?>=date(Y-m-d H:i:s,$bqr[newstime])?>
[/e:loop]
或 (to_time 换成 to_date)
[e:loop={'news',10,18,0,'newstime>='.to_date('2016-07-31 00:00:01').' and newstime<='.to_date('2016-08-31 23:59:59').''}]
target=_blank>=$bqr[title]?>=date(Y-m-d H:i:s,$bqr[newstime])?>
[/e:loop]
2、某一段时间发布的文章
[e:loop={'news',10,18,0,'newstime>='.to_time('2016-07-31 00:00:01').' and newstime<='.to_time('2016-08-31 23:59:59').''}]
target=_blank>=$bqr[title]?>=date(Y-m-d H:i:s,$bqr[newstime])?>
[/e:loop]
或
本站资源均来自互联网或会员发布,如果不小心侵犯了您的权益请与我们联系。我们将立即删除!谢谢!