易优eyoucms文章列表时间戳判断当天的调用函数

wdzsjl 2周前 (10-10) 阅读数 4 #WordPress
if (!function_exists('diy_getArcrank')){        function diy_MyDate($add_time = 0)    {        $str = $add_time;        $time = strtotime(date('Y-m-d'));        if (intval($str) > $time) {           $pic = handle_subdir_pic('/public/static/admin/images/new.gif');           $str = "<img src='{$pic}' />";//判断当天文章加图标           //$str = "<font color='red'>".date('Y-m-d', $str)."</font>";//判断当天文章标题加红        } else {           $str = date('Y-m-d', $str);        }        return $str;     } }

 

wx.jpg ywfw.jpg
热门