标签: php date
我尝试使用strtotime()将字符串转换为日期,但显然它无法处理毫秒/微秒或子午线。
返回false:
$date = strtotime('30-APR-13 01.31.50.584000000 PM');
如何将上述内容转换为日期?