ERROR » Argument 1 passed to ZN\DateTime\Date::convert() must be of the type string, null given, called in /home/admin/domains/ap.org.tr/public_html/Internal/package-zerocore/Ability/Facade.php on line 52

     /home/admin/domains/ap.org.tr/public_html/Internal/package-datetime/Date.php
        

136. 
137.     /**
138.      * Converts date information.
139.      * 
140.      * @param string $date
141.      * @param string $format = '%d-%B-%Y %A, %H:%M:%S'
142.      * 
143.      * @return string
144.      */
145. 
    public function 
convert(String $dateString $format 'd-m-Y H:i:s') : String 146.     { 147.         return $this->_datetime($formatstrtotime($date)); 148.     } 149.  150.     /** 151.      * Generates standard date and time information. 152.      *  153.      * @return string 154.      */ 155.     public function standart() : String