帮助修复此错误
致命错误:未捕获的异常 'Exception' 带有消息 'DateTime::_ construct() [datetime.--construct]:无法在位置 0 (-) 解析时间字符串 (--):Z:\home 中的意外字符\plati\www\view.php:110 堆栈跟踪:#0 Z:\home\plati\www\view.php(110): DateTime-> _construct('--') #1 {main} 在 Z 中抛出: \home\plati\www\view.php 在第 110 行
$newday = $a['dayz'];
$endmonth = $a['monthz'];
$newyear = $a['yearz'];
$date = new DateTime("$newyear-$endmonth-$newday");
$date->modify('+8 day');
$year = $date->format('Y');
$month = $date->format('m');
$day = $date->format('d');