PHP DateTime class not found |
Hi,
Error Class 'App\Controller\DateTime' not found PHP Code: $start = new DateTime($this->request->getPost('start_date')); Correct me if I'm wrong but isn't DateTime class is built-in PHP 7? But codeigniter 4 cannot find the class. Thank you for helping.. |
Messages In This Thread |
PHP DateTime class not found - by bbmaipartz - 06-08-2020, 11:54 PM
RE: PHP DateTime class not found - by jreklund - 06-09-2020, 09:44 AM
|