SoFunction
Updated on 2025-03-10

DEDE The date of information published within 24 hours is red

[field:pubdate runphp='yes']
$a="<font color='#ff0000'>";
$d="<font color='#858585'>";
$b="</font>";
$c=strftime("%m month %d day","@me");
$ntime = time();
$oneday = 3600 * 24;
if(($ntime - @me)<$oneday) @me = $a.$c.$b;
else @me = $d.$c.$b;
[/field:pubdate]