大写Y效果:
$nowtime = time();
$nowtime=date("Y-m-d",$nowtime);
结果: 2015-10-24
小写y效果:
$nowtime = time();
$nowtime=date("Y-m-d",$nowtime);
结果: 15-10-24
2022-10-21 12:48:11
大写Y效果:
$nowtime = time();
$nowtime=date("Y-m-d",$nowtime);
结果: 2015-10-24
小写y效果:
$nowtime = time();
$nowtime=date("Y-m-d",$nowtime);
结果: 15-10-24
下一篇:前端iframe+form跨域