php中的时间显示
发布时间:2016-12-29 来源:查字典编辑
摘要:方法1://list($first,$second)=explode("",$date_temp);//echo$first;//echos...
方法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就必须要session_start
session_destroy();
echo"<scriptlanguage=javascript>alert('已经安全退出!!');</script>";
echo"<scriptlanguage="javascript">";
echo"top.window.opener='xxx';top.window.close();";
echo"</script>";