$birth = date('Y-m-d',strtotime(substr($idNum, 6, 8)));
PHP从身份证号中获取生日的方法
最新推荐文章于 2023-12-25 16:19:38 发布
$birth = date('Y-m-d',strtotime(substr($idNum, 6, 8)));