欢迎来到福编程网,本站提供各种互联网专业知识!

php中的时间显示

发布时间:2007-01-18 作者: 来源:转载
方法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)."";//会员退出使用框架的情况下session_start();//只要用到SESSION

方法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)."

";


//会员退出使用框架的情况下
session_start();//只要用到SESSION就必须要session_start
session_destroy();
echo"alert('已经安全退出!!');";
echo"";
echo"top.window.opener='xxx';top.window.close();";
echo"";

相关推荐