如何仅显示今天和将来发布的资源?
类似的东西:
[[!getResources?
&parents=`5`
&where=`publishedon => [[dateToday?]]`
&tpl=`calendar`
&includeContent=`1`]]
dateToday片段:
<?php
return date("Y-m-d");
我想知道如何以正确的方式写这个陈述:
&where=`publishedon => [[dateToday?]]`
答案 0 :(得分:0)
我找到了解决方案:
&where=`{"publishedon:>":[[!stringToTime? &input=`0 days`]]}`