标签: php mysql csv strtotime
我从CSV获取日期值,其值为“2/20/1967”。但是在表中插入此值时,它显示为2067-02-20。
我正在使用strtotime()以适当的格式转换日期值
date("Y-m-d", strtotime($dob))