echo date('Y-m-d H:i:s',time());这样获取的是当前时间,想获取任意时间,将time()替换成任意时间的时间戳,望采纳,谢谢
echo date('Y-m-d H:m:s',time());