php中的时间显示
2017-02-06
21
方法1: //list($first,$second)=explode("",$date_temp); //echo$first; //echosubstr($first,2) 方法2: //echodate("Y-m-d",strtotime($date_temp)); 方法3: echosubstr($date_temp,0,10)."<br>"; //会员退出使用框架的情况下 session_start();//只要用到SESSION就...