php > echo strtotime("19666800");
152438039286
php > echo date('Y-m-d',"152438039286");
6800-07-27
strtotime将 19666800 理解车 6800年 7月 27日?
strtotime的工作原理是什么?
php > echo strtotime("19666800");
152438039286
php > echo date('Y-m-d',"152438039286");
6800-07-27
strtotime将 19666800 理解车 6800年 7月 27日?
strtotime的工作原理是什么?
2 回答1.5k 阅读✓ 已解决
1 回答1.2k 阅读✓ 已解决
2 回答871 阅读✓ 已解决
1 回答1.1k 阅读✓ 已解决
2 回答927 阅读
1 回答912 阅读
1 回答840 阅读
strtotime("19666800");
返回的是19666800的时间戳至于19666800解析成什么时间了,date_parse这个方法会告诉你