当以下得到坏数据时,PHP 中止。
PHP Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (980671) at position 4 (7): Unexpected character'
如果数据不好采取其他行动,我怎么能抓住这个,这样 PHP 问题就不会失败?
$date = new DateTime($TRANSACTION_DATE_MMDDYY_raw);